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:
89df08c
)
Fix indentation.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 30 May 2008 22:39:32 +0000
(22:39 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 30 May 2008 22:39:32 +0000
(22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51793
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 4004cf1e1800a3e5b0f8eca818262089f6a64bf2..9a3510939c53f318c7f5c1386103eb5ea6ddfa7e 100644
(file)
--- a/
lib/CodeGen/LLVMTargetMachine.cpp
+++ b/
lib/CodeGen/LLVMTargetMachine.cpp
@@
-39,7
+39,7
@@
EnableSinking("enable-sinking", cl::init(false), cl::Hidden,
cl::desc("Perform sinking on machine code"));
static cl::opt<bool>
AlignLoops("align-loops", cl::init(true), cl::Hidden,
-
cl::desc("Align loop headers"));
+ cl::desc("Align loop headers"));
static cl::opt<bool>
PerformLICM("machine-licm",
cl::init(false), cl::Hidden,