[llvm-commits] [llvm] r92194 - /llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp

Bill Wendling isanbard at gmail.com
Sun Dec 27 18:00:30 PST 2009


Author: void
Date: Sun Dec 27 20:00:30 2009
New Revision: 92194

URL: http://llvm.org/viewvc/llvm-project?rev=92194&view=rev
Log:
Remove dead variable.

Modified:
    llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp

Modified: llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp?rev=92194&r1=92193&r2=92194&view=diff

==============================================================================
--- llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/Alpha/AlphaISelLowering.cpp Sun Dec 27 20:00:30 2009
@@ -190,7 +190,6 @@
   EVT PtrVT = Op.getValueType();
   JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
   SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PtrVT);
-  SDValue Zero = DAG.getConstant(0, PtrVT);
   // FIXME there isn't really any debug info here
   DebugLoc dl = Op.getDebugLoc();
 





More information about the llvm-commits mailing list