summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-08-02 20:50:01 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-08-02 20:50:01 +0000
commitfcf67781726d052158bacdbb13e271be5c8c5a94 (patch)
treeaf69b4e1dc4f0ffc0b2d7c898fe1fdfeca008d34
parent53f46606806a6c9179a9cbc36387b677e92200dc (diff)
downloadbcm5719-llvm-fcf67781726d052158bacdbb13e271be5c8c5a94.tar.gz
bcm5719-llvm-fcf67781726d052158bacdbb13e271be5c8c5a94.zip
Add a missing 'return' statement.
llvm-svn: 187671
-rw-r--r--llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 862e1166027..c2f6bf32541 100644
--- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -4882,6 +4882,7 @@ bool ARMAsmParser::isDeprecated(MCInst &Inst, StringRef &Info) {
Info = "armv8";
return true;
}
+ return false;
}
static bool isDataTypeToken(StringRef Tok) {
OpenPOWER on IntegriCloud