mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Silence an false-positive warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65e95d950d
commit
51157d2234
@ -949,7 +949,7 @@ static bool DecodeSORegMemOperand(llvm::MCInst &Inst, unsigned Val,
|
||||
unsigned imm = fieldFromInstruction32(Val, 7, 5);
|
||||
unsigned U = fieldFromInstruction32(Val, 12, 1);
|
||||
|
||||
ARM_AM::ShiftOpc ShOp;
|
||||
ARM_AM::ShiftOpc ShOp = ARM_AM::lsl;
|
||||
switch (type) {
|
||||
case 0:
|
||||
ShOp = ARM_AM::lsl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user