mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
[ARM] Remove redundant assignment.
Found by the Clang static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221366 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cc4447ccf
commit
8e4d0d84a0
@ -384,7 +384,6 @@ Thumb2SizeReduce::ReduceLoadStore(MachineBasicBlock &MBB, MachineInstr *MI,
|
||||
if (MI->getOperand(1).getReg() == ARM::SP) {
|
||||
Opc = Entry.NarrowOpc2;
|
||||
ImmLimit = Entry.Imm2Limit;
|
||||
HasOffReg = false;
|
||||
}
|
||||
|
||||
Scale = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user