[ARM] Remove dead assignment.

Found by the Clang static analyzer.

llvm-svn: 224586
This commit is contained in:
Tilmann Scheller 2014-12-19 16:57:33 +00:00
parent 049ae4878d
commit e24bb41bad
1 changed files with 0 additions and 1 deletions

View 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;