Remove unused CCIfSubtarget.

llvm-svn: 154921
This commit is contained in:
Jay Foad 2012-04-17 11:29:05 +00:00
parent 8a45d57a1d
commit 08a0598cd4
4 changed files with 0 additions and 16 deletions

View File

@ -9,10 +9,6 @@
// This describes the calling conventions for ARM architecture. // 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 /// CCIfAlign - Match of the original alignment of the arg
class CCIfAlign<string Align, CCAction A>: class CCIfAlign<string Align, CCAction A>:
CCIf<!strconcat("ArgFlags.getOrigAlign() == ", Align), A>; CCIf<!strconcat("ArgFlags.getOrigAlign() == ", Align), A>;

View File

@ -11,10 +11,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 // Return Value Calling Convention
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//

View File

@ -9,10 +9,6 @@
// This describes the calling conventions for MBlaze architecture. // 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 // MBlaze ABI Calling Convention
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//

View File

@ -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 // Return Value Calling Convention
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//