aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-07-21 21:26:05 +0000
committerJim Grosbach <grosbach@apple.com>2011-07-21 21:26:05 +0000
commit43d3b31cda187c5fab6fca53eb60739e03a20481 (patch)
tree070eaae4e652d896866d1ad7f71449eab0bedde2 /lib/Target/ARM/AsmParser/ARMAsmParser.cpp
parenta056d201679891adf691f388dce7e56f06106752 (diff)
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r--lib/Target/ARM/AsmParser/ARMAsmParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index ed5235ffba..5fc7849961 100644
--- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -2322,8 +2322,6 @@ bool ARMAsmParser::ParseInstruction(StringRef Name, SMLoc NameLoc,
delete Op;
}
-
-
return false;
}