[llvm-commits] CVS: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 15 17:05:04 PDT 2004



Changes in directory llvm/lib/CodeGen/InstrSched:

InstrScheduling.cpp updated: 1.72 -> 1.73

---
Log message:

Use new macro


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

Index: llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.72 llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.73
--- llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp:1.72	Sun Jul  4 07:19:56 2004
+++ llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp	Thu Jul 15 19:04:54 2004
@@ -38,7 +38,7 @@
  clEnumValN(Sched_PrintMachineCode, "y", "print machine code after scheduling"),
  clEnumValN(Sched_PrintSchedTrace,  "t", "print trace of scheduling actions"),
  clEnumValN(Sched_PrintSchedGraphs, "g", "print scheduling graphs"),
-                   0));
+                   clEnumValEnd));
 
 
 //************************* Internal Data Types *****************************/





More information about the llvm-commits mailing list