Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.290 -> 1.291 --- Log message: Move the Imp tblgen class from the X86 backend to common code. --- Diffs of the changes: (+0 -5) X86InstrInfo.td | 5 ----- 1 files changed, 5 deletions(-) Index: llvm/lib/Target/X86/X86InstrInfo.td diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.290 llvm/lib/Target/X86/X86InstrInfo.td:1.291 --- llvm/lib/Target/X86/X86InstrInfo.td:1.290 Thu Oct 12 12:42:56 2006 +++ llvm/lib/Target/X86/X86InstrInfo.td Thu Oct 12 12:49:27 2006 @@ -228,11 +228,6 @@ bits<3> FPFormBits = 0; } -class Imp<list<Register> uses, list<Register> defs> { - list<Register> Uses = uses; - list<Register> Defs = defs; -} - // Prefix byte classes which are used to indicate to the ad-hoc machine code // emitter that various prefix bytes are required. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits