Add a line that got missed off somehow. Sorry about that!
authorJoey Gouly <joey.gouly@arm.com>
Fri, 19 Jul 2013 16:45:16 +0000 (16:45 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Fri, 19 Jul 2013 16:45:16 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186692 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 7061ede4e2c8d39838d0dcf7486752940d44e49c..e10d2c71c62e1fe3b9f002ff409d765567071d11 100644 (file)
@@ -5176,6 +5176,7 @@ bool ARMAsmParser::shouldOmitPredicateOperand(
              .contains(static_cast<ARMOperand *>(Operands[RegIdx])->getReg())))
       return true;
   }
+  return false;
 }
 
 static bool isDataTypeToken(StringRef Tok) {