diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-04 02:08:04 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-04 02:08:04 +0000 |
commit | c58aea00864352fde1654f8ff43d5810a2643eaf (patch) | |
tree | c5a91d9ab0318a7dc3d90b6afc25a7288e674bb5 /llvm/lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 82cc53388e042de41e5050b66141189d60029708 (diff) | |
download | bcm5719-llvm-c58aea00864352fde1654f8ff43d5810a2643eaf.tar.gz bcm5719-llvm-c58aea00864352fde1654f8ff43d5810a2643eaf.zip |
Rename -machine-cse to -enable-machine-cse.
llvm-svn: 97713
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LLVMTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index fd442db27a2..33d37f78b53 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -67,7 +67,7 @@ static cl::opt<bool> VerifyMachineCode("verify-machineinstrs", cl::Hidden, cl::desc("Verify generated machine code"), cl::init(getenv("LLVM_VERIFY_MACHINEINSTRS")!=NULL)); -static cl::opt<bool> EnableMachineCSE("machine-cse", cl::Hidden, +static cl::opt<bool> EnableMachineCSE("enable-machine-cse", cl::Hidden, cl::desc("Enable Machine CSE")); static cl::opt<cl::boolOrDefault> |