Add missing exit for 'case'.

llvm-svn: 137774
This commit is contained in:
Jim Grosbach 2011-08-16 21:42:31 +00:00
parent 43b1188a71
commit 64610e52e7
1 changed files with 1 additions and 0 deletions

View File

@ -2962,6 +2962,7 @@ validateInstruction(MCInst &Inst,
if (widthm1 >= 32 - lsb)
return Error(Operands[5]->getStartLoc(),
"bitfield width must be in range [1,32-lsb]");
return false;
}
}