diff options
-rw-r--r-- | lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 3fdc7c90c3..dcd2a873f2 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -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; } } |