diff options
| author | Joey Gouly <joey.gouly@arm.com> | 2013-07-19 16:45:16 +0000 |
|---|---|---|
| committer | Joey Gouly <joey.gouly@arm.com> | 2013-07-19 16:45:16 +0000 |
| commit | 55dcefbc4006204c0d2816d5a7c921517c53383c (patch) | |
| tree | 46bd3df86e880d34053e9b726f7d185f7dcd27d3 /lib/Target/ARM | |
| parent | 6dae7ae7659444efc2149852e366ba97d3a6e449 (diff) | |
| download | external_llvm-55dcefbc4006204c0d2816d5a7c921517c53383c.zip external_llvm-55dcefbc4006204c0d2816d5a7c921517c53383c.tar.gz external_llvm-55dcefbc4006204c0d2816d5a7c921517c53383c.tar.bz2 | |
Add a line that got missed off somehow. Sorry about that!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
| -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 7061ede..e10d2c7 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -5176,6 +5176,7 @@ bool ARMAsmParser::shouldOmitPredicateOperand( .contains(static_cast<ARMOperand *>(Operands[RegIdx])->getReg()))) return true; } + return false; } static bool isDataTypeToken(StringRef Tok) { |
