summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCCallingConv.td
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/PowerPC/PPCCallingConv.td
parent8a45d57a1dff389f5b38d1c603279ba853cc0d63 (diff)
downloadbcm5719-llvm-08a0598cd4436a2c618e9ec0842d5817e31c63c9.tar.gz
bcm5719-llvm-08a0598cd4436a2c618e9ec0842d5817e31c63c9.zip
Remove unused CCIfSubtarget.
llvm-svn: 154921
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCCallingConv.td')
-rw-r--r--llvm/lib/Target/PowerPC/PPCCallingConv.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCCallingConv.td b/llvm/lib/Target/PowerPC/PPCCallingConv.td
index 9883c2e4299..b2b53648561 100644
--- a/llvm/lib/Target/PowerPC/PPCCallingConv.td
+++ b/llvm/lib/Target/PowerPC/PPCCallingConv.td
@@ -12,10 +12,6 @@
//
//===----------------------------------------------------------------------===//
-/// CCIfSubtarget - Match if the current subtarget has a feature F.
-class CCIfSubtarget<string F, CCAction A>
- : CCIf<!strconcat("State.getTarget().getSubtarget<PPCSubtarget>().", F), A>;
-
//===----------------------------------------------------------------------===//
// Return Value Calling Convention
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud