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

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 24 15:07:09 PDT 2003


Changes in directory llvm/lib/CodeGen:

RegAllocLocal.cpp updated: 1.29 -> 1.30

---
Log message:

standardize command line option names


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

Index: llvm/lib/CodeGen/RegAllocLocal.cpp
diff -u llvm/lib/CodeGen/RegAllocLocal.cpp:1.29 llvm/lib/CodeGen/RegAllocLocal.cpp:1.30
--- llvm/lib/CodeGen/RegAllocLocal.cpp:1.29	Mon Oct 20 14:43:15 2003
+++ llvm/lib/CodeGen/RegAllocLocal.cpp	Fri Oct 24 15:05:58 2003
@@ -29,7 +29,7 @@
 namespace {
   Statistic<> NumSpilled ("ra-local", "Number of registers spilled");
   Statistic<> NumReloaded("ra-local", "Number of registers reloaded");
-  cl::opt<bool> DisableKill("no-kill", cl::Hidden, 
+  cl::opt<bool> DisableKill("disable-kill", cl::Hidden, 
                             cl::desc("Disable register kill in local-ra"));
 
   class RA : public MachineFunctionPass {





More information about the llvm-commits mailing list