[llvm-commits] CVS: llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp

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



Changes in directory llvm/lib/Target/SparcV9/LiveVar:

FunctionLiveVarInfo.cpp updated: 1.56 -> 1.57

---
Log message:

IA64 compat


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

Index: llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
diff -u llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp:1.56 llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp:1.57
--- llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp:1.56	Sun Jul  4 07:19:56 2004
+++ llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp	Thu Jul 15 19:06:54 2004
@@ -40,7 +40,7 @@
 clEnumValN(LV_DEBUG_Instr,   "i", "print live-var sets before/after "
            "every machine instrn"),
 clEnumValN(LV_DEBUG_Verbose, "v", "print def, use sets for every instrn also"),
-                        0));
+                        clEnumValEnd));
 
 
 





More information about the llvm-commits mailing list