Remove initialized but otherwise unused variables.
[oota-llvm.git] / lib / Target / MBlaze / MBlazeISelLowering.cpp
index 23889b128ffea2d96c0188fda7d74fd164dc4654..6cdb17dcce97f756cb92ff9892afe2abf8297140 100644 (file)
@@ -439,10 +439,8 @@ LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
 SDValue MBlazeTargetLowering::
 LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
   SDValue ResNode;
-  EVT PtrVT = Op.getValueType();
   ConstantPoolSDNode *N = cast<ConstantPoolSDNode>(Op);
   const Constant *C = N->getConstVal();
-  SDValue Zero = DAG.getConstant(0, PtrVT);
   DebugLoc dl = Op.getDebugLoc();
 
   SDValue CP = DAG.getTargetConstantPool(C, MVT::i32, N->getAlignment(),