[llvm-commits] CVS: llvm/lib/Target/X86/X86.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 4 00:28:57 PDT 2003
Changes in directory llvm/lib/Target/X86:
X86.td updated: 1.4 -> 1.5
---
Log message:
There is nothing special about noops anymore
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86.td
diff -u llvm/lib/Target/X86/X86.td:1.4 llvm/lib/Target/X86/X86.td:1.5
--- llvm/lib/Target/X86/X86.td:1.4 Sun Aug 3 23:59:56 2003
+++ llvm/lib/Target/X86/X86.td Mon Aug 4 00:11:37 2003
@@ -23,7 +23,6 @@
def X86InstrInfo : InstrInfo {
let PHIInst = PHI;
- let NOOPInst = NOOP;
// Define how we want to layout our TargetSpecific information field... This
// should be kept up-to-date with the fields in the X86InstrInfo.h file.
More information about the llvm-commits
mailing list