mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-22 11:55:12 +00:00
standardize command line option names
llvm-svn: 9496
This commit is contained in:
parent
a53265c402
commit
d09d070385
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user