Add a missing 'return' statement.
authorJoey Gouly <joey.gouly@arm.com>
Fri, 2 Aug 2013 20:50:01 +0000 (20:50 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Fri, 2 Aug 2013 20:50:01 +0000 (20:50 +0000)
llvm-svn: 187671

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

index 862e116..c2f6bf3 100644 (file)
@@ -4882,6 +4882,7 @@ bool ARMAsmParser::isDeprecated(MCInst &Inst, StringRef &Info) {
     Info = "armv8";
     return true;
   }
+  return false;
 }
 
 static bool isDataTypeToken(StringRef Tok) {