[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 28 11:34:24 PDT 2004
Changes in directory llvm/lib/Target:
Target.td updated: 1.38 -> 1.39
---
Log message:
Capture delay slot info
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.38 llvm/lib/Target/Target.td:1.39
--- llvm/lib/Target/Target.td:1.38 Mon Sep 13 23:15:53 2004
+++ llvm/lib/Target/Target.td Tue Sep 28 13:34:14 2004
@@ -132,6 +132,7 @@
bit isCall = 0; // Is this instruction a call instruction?
bit isTwoAddress = 0; // Is this a two address instruction?
bit isTerminator = 0; // Is this part of the terminator for a basic block?
+ bit hasDelaySlot = 0; // Does this instruction have an delay slot?
}
More information about the llvm-commits
mailing list