projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d8534
)
Rename -machine-cse to -enable-machine-cse.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 4 Mar 2010 02:08:04 +0000
(
02:08
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 4 Mar 2010 02:08:04 +0000
(
02:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97713
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LLVMTargetMachine.cpp
b/lib/CodeGen/LLVMTargetMachine.cpp
index fd442db27a2742afcbcd19464118973d5c0ed5d5..33d37f78b5369842370ba71747436920d75801a3 100644
(file)
--- a/
lib/CodeGen/LLVMTargetMachine.cpp
+++ b/
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>