diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:39:32 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:39:32 +0000 |
commit | 2e04590644fca2f233cef951ccfb12cb0d78f59a (patch) | |
tree | 0ab023515818c3d3af6f93d99fb6101d55b4652f /lib/CodeGen | |
parent | 94b06760a443cd75d83d8f72c442b3b468ebe828 (diff) | |
download | external_llvm-2e04590644fca2f233cef951ccfb12cb0d78f59a.zip external_llvm-2e04590644fca2f233cef951ccfb12cb0d78f59a.tar.gz external_llvm-2e04590644fca2f233cef951ccfb12cb0d78f59a.tar.bz2 |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/LLVMTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LLVMTargetMachine.cpp b/lib/CodeGen/LLVMTargetMachine.cpp index 4004cf1..9a35109 100644 --- 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, |