[llvm-commits] CVS: llvm/lib/Target/Target.td

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 26 13:29:12 PDT 2005



Changes in directory llvm/lib/Target:

Target.td updated: 1.47 -> 1.48
---
Log message:

Add a flag


---
Diffs of the changes:  (+1 -0)

 Target.td |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.47 llvm/lib/Target/Target.td:1.48
--- llvm/lib/Target/Target.td:1.47	Thu Aug 25 12:07:09 2005
+++ llvm/lib/Target/Target.td	Fri Aug 26 15:29:01 2005
@@ -143,6 +143,7 @@
   bit isCommutable = 0;     // Is this 3 operand instruction commutable?
   bit isTerminator = 0;     // Is this part of the terminator for a basic block?
   bit hasDelaySlot = 0;     // Does this instruction have an delay slot?
+  bit usesCustomDAGSChedInserter = 0; // Pseudo instr needing special help.
 }
 
 






More information about the llvm-commits mailing list