Silence an false-positive warning.

llvm-svn: 137154
This commit is contained in:
Owen Anderson 2011-08-09 21:38:14 +00:00
parent 09d5afaefa
commit 4232cf9141

View File

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