[ARM] Remove dead assignment.
[oota-llvm.git] / lib / Target / ARM / Thumb1RegisterInfo.cpp
index c10c80919d7449691fc6277f0b647efb007f867c..928c8e3c0098f60b70607d667d1da61f65c9c854 100644 (file)
@@ -234,7 +234,6 @@ void llvm::emitThumbRegPlusImmediate(MachineBasicBlock &MBB,
   // If we would emit the copy with an immediate of 0, just use tMOVr.
   if (CopyOpc && Bytes < CopyScale) {
     CopyOpc = ARM::tMOVr;
-    CopyBits = 0;
     CopyScale = 1;
     CopyNeedsCC = false;
     CopyRange = 0;