From: Chris Lattner Date: Fri, 24 Oct 2003 20:05:58 +0000 (+0000) Subject: standardize command line option names X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3e43026095f273919daed6633cc838700f837a77;p=oota-llvm.git standardize command line option names git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9496 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 92aec7b72d0..8d19b694715 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/lib/CodeGen/RegAllocLocal.cpp @@ -29,7 +29,7 @@ namespace { Statistic<> NumSpilled ("ra-local", "Number of registers spilled"); Statistic<> NumReloaded("ra-local", "Number of registers reloaded"); - cl::opt DisableKill("no-kill", cl::Hidden, + cl::opt DisableKill("disable-kill", cl::Hidden, cl::desc("Disable register kill in local-ra")); class RA : public MachineFunctionPass {