Sorry, several patches in one.
[oota-llvm.git] / lib / Target / ARM / ARMISelDAGToDAG.cpp
index 299174b6edd4d6fbad706c7ffacb6be28b3d4a33..7e1f046c6cb5588a96efb021e5ea52cdaa186f68 100644 (file)
@@ -880,8 +880,8 @@ bool ARMDAGToDAGISel::SelectAddrModePC(SDValue N,
   if (N.getOpcode() == ARMISD::PIC_ADD && N.hasOneUse()) {
     Offset = N.getOperand(0);
     SDValue N1 = N.getOperand(1);
-    Label  = CurDAG->getTargetConstant(cast<ConstantSDNode>(N1)->getZExtValue(),
-                                       MVT::i32);
+    Label = CurDAG->getTargetConstant(cast<ConstantSDNode>(N1)->getZExtValue(),
+                                      MVT::i32);
     return true;
   }