summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-30 22:39:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-30 22:39:32 +0000
commitfe3ec48bc4003db761846aae353517dd1d6f378e (patch)
tree53fcd8038b0bbba4050e1dad04695920138786d5 /llvm/lib
parent864541aa7b06355fa44731907e54146e8bb1d727 (diff)
downloadbcm5719-llvm-fe3ec48bc4003db761846aae353517dd1d6f378e.tar.gz
bcm5719-llvm-fe3ec48bc4003db761846aae353517dd1d6f378e.zip
Fix indentation.
llvm-svn: 51793
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 4004cf1e180..9a3510939c5 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/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,
OpenPOWER on IntegriCloud