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

Evan Cheng evan.cheng at apple.com
Wed Jun 6 03:15:50 PDT 2007



Changes in directory llvm/lib/Target:

Target.td updated: 1.101 -> 1.102
---
Log message:

Added clobbersPred.

---
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.101 llvm/lib/Target/Target.td:1.102
--- llvm/lib/Target/Target.td:1.101	Wed May 16 15:47:01 2007
+++ llvm/lib/Target/Target.td	Wed Jun  6 05:15:28 2007
@@ -188,6 +188,7 @@
   bit usesCustomDAGSchedInserter = 0; // Pseudo instr needing special help.
   bit hasCtrlDep   = 0;     // Does this instruction r/w ctrl-flow chains?
   bit noResults    = 0;     // Does this instruction produce no results?
+  bit clobbersPred = 0;     // Does it clobbers condition code / predicate?
   
   InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
 






More information about the llvm-commits mailing list