Add a missing 'return' statement.

llvm-svn: 187671
This commit is contained in:
Joey Gouly 2013-08-02 20:50:01 +00:00
parent 53f4660680
commit fcf6778172
1 changed files with 1 additions and 0 deletions

View File

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