standardize command line option names
authorChris Lattner <sabre@nondot.org>
Fri, 24 Oct 2003 20:05:58 +0000 (20:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Oct 2003 20:05:58 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9496 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLocal.cpp

index 92aec7b72d0b7e1178c7a3521d4f77a297e7c658..8d19b694715412c720d1f5b65ec481b2b46e2adb 100644 (file)
@@ -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 {