Remove unused CCIfSubtarget.
authorJay Foad <jay.foad@gmail.com>
Tue, 17 Apr 2012 11:29:05 +0000 (11:29 +0000)
committerJay Foad <jay.foad@gmail.com>
Tue, 17 Apr 2012 11:29:05 +0000 (11:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154921 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMCallingConv.td
lib/Target/CellSPU/SPUCallingConv.td
lib/Target/MBlaze/MBlazeCallingConv.td
lib/Target/PowerPC/PPCCallingConv.td

index d33364bb2871f7798cd06343532493ffbd740f00..b9a25126ba67f17420c43408fa736c761636089a 100644 (file)
@@ -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>;
index 9f9692bf67feaa4442115a7a0005cd6369d29412..9bc6be79860bb3c9d74cb8da93195cd66c6681d2 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-/// 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
 //===----------------------------------------------------------------------===//
index 4962573f96abcf200c11fb2f09ef01ce152c6c29..00a4219d047b947d6797f5e6ca32164fb3bb727b 100644 (file)
@@ -9,10 +9,6 @@
 // This describes the calling conventions for MBlaze architecture.
 //===----------------------------------------------------------------------===//
 
-/// CCIfSubtarget - Match if the current subtarget has a feature F.
-class CCIfSubtarget<string F, CCAction A>:
-  CCIf<!strconcat("State.getTarget().getSubtarget<MBlazeSubtarget>().", F), A>;
-
 //===----------------------------------------------------------------------===//
 // MBlaze ABI Calling Convention
 //===----------------------------------------------------------------------===//
index 9883c2e42995ccd7a0fbfa4f4487d40883a5dc83..b2b53648561fa373bf3ea449627e06bbd489bb9e 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-/// 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
 //===----------------------------------------------------------------------===//