[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 4 00:28:32 PDT 2003
Changes in directory llvm/lib/Target:
Target.td updated: 1.12 -> 1.13
---
Log message:
There is nothing special about noops now
---
Diffs of the changes:
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.12 llvm/lib/Target/Target.td:1.13
--- llvm/lib/Target/Target.td:1.12 Sun Aug 3 23:58:12 2003
+++ llvm/lib/Target/Target.td Mon Aug 4 00:11:19 2003
@@ -110,7 +110,6 @@
//
class InstrInfo {
Instruction PHIInst;
- Instruction NOOPInst;
// If the target wants to associate some target-specific information with each
// instruction, it should provide these two lists to indicate how to assemble
More information about the llvm-commits
mailing list