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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187671 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

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