aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-10-15 04:34:40 +0000
committerBob Wilson <bob.wilson@apple.com>2010-10-15 04:34:40 +0000
commit1dd5a2f4e127a99914359cf39f19b3a9916d6be1 (patch)
tree9f0bfe2a12e04b4734f2d9b093e71ceb62f4e1f3 /lib/Target/ARM/ARMISelLowering.cpp
parentcfbece50f602c561c5eac046bcfc9a07c8c006cb (diff)
downloadexternal_llvm-1dd5a2f4e127a99914359cf39f19b3a9916d6be1.zip
external_llvm-1dd5a2f4e127a99914359cf39f19b3a9916d6be1.tar.gz
external_llvm-1dd5a2f4e127a99914359cf39f19b3a9916d6be1.tar.bz2
Remove unused ARMISD::AND selection DAG node.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index a961b7f..6f292dd 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -737,7 +737,6 @@ const char *ARMTargetLowering::getTargetNodeName(unsigned Opcode) const {
case ARMISD::BR2_JT: return "ARMISD::BR2_JT";
case ARMISD::RET_FLAG: return "ARMISD::RET_FLAG";
case ARMISD::PIC_ADD: return "ARMISD::PIC_ADD";
- case ARMISD::AND: return "ARMISD::AND";
case ARMISD::CMP: return "ARMISD::CMP";
case ARMISD::CMPZ: return "ARMISD::CMPZ";
case ARMISD::CMPFP: return "ARMISD::CMPFP";