aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-03-05 21:09:58 +0000
committerJim Grosbach <grosbach@apple.com>2012-03-05 21:09:58 +0000
commitaf9f4bc752292b3282f110c11aeb2a1ffb710bbf (patch)
tree3d9eb2053379a463e5a70aa7c60bebd75891a910 /lib/Target/ARM/AsmParser/ARMAsmParser.cpp
parent28f08c93e75d291695ea89b9004145103292e85b (diff)
ARM Remove a bit of dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152061 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r--lib/Target/ARM/AsmParser/ARMAsmParser.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
index 845f0a3299..b3e7e45b8c 100644
--- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
+++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
@@ -1085,11 +1085,6 @@ public:
return VectorList.Count == 1;
}
- bool isVecListTwoD() const {
- if (!isSingleSpacedVectorList()) return false;
- return VectorList.Count == 2;
- }
-
bool isVecListDPair() const {
if (!isSingleSpacedVectorList()) return false;
return (ARMMCRegisterClasses[ARM::DPairRegClassID]