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)
llvm-svn: 186692

llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index 7061ede..e10d2c7 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) {