[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td
Chris Lattner
sabre at nondot.org
Thu Oct 12 10:49:44 PDT 2006
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.
More information about the llvm-commits
mailing list