mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
Silence an false-positive warning.
llvm-svn: 137154
This commit is contained in:
parent
09d5afaefa
commit
4232cf9141
@ -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…
Reference in New Issue
Block a user