summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2012-04-17 11:29:05 +0000
committerJay Foad <jay.foad@gmail.com>2012-04-17 11:29:05 +0000
commit08a0598cd4436a2c618e9ec0842d5817e31c63c9 (patch)
tree011cc8f08a3632102f632357421e441d3d63b5d0 /llvm/lib/Target/ARM
parent8a45d57a1dff389f5b38d1c603279ba853cc0d63 (diff)
downloadbcm5719-llvm-08a0598cd4436a2c618e9ec0842d5817e31c63c9.tar.gz
bcm5719-llvm-08a0598cd4436a2c618e9ec0842d5817e31c63c9.zip
Remove unused CCIfSubtarget.
llvm-svn: 154921
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMCallingConv.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMCallingConv.td b/llvm/lib/Target/ARM/ARMCallingConv.td
index d33364bb287..b9a25126ba6 100644
--- a/llvm/lib/Target/ARM/ARMCallingConv.td
+++ b/llvm/lib/Target/ARM/ARMCallingConv.td
@@ -9,10 +9,6 @@
// This describes the calling conventions for ARM architecture.
//===----------------------------------------------------------------------===//
-/// CCIfSubtarget - Match if the current subtarget has a feature F.
-class CCIfSubtarget<string F, CCAction A>:
- CCIf<!strconcat("State.getTarget().getSubtarget<ARMSubtarget>().", F), A>;
-
/// CCIfAlign - Match of the original alignment of the arg
class CCIfAlign<string Align, CCAction A>:
CCIf<!strconcat("ArgFlags.getOrigAlign() == ", Align), A>;
OpenPOWER on IntegriCloud