commit | 7645e574d2d50b1a737f91013fba75af61426fcf | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri May 30 22:39:32 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri May 30 22:39:32 2008 +0000 |
tree | 0ab023515818c3d3af6f93d99fb6101d55b4652f | |
parent | 89df08c8a02dc54d46a2f0599c5290b703ecc7ba [diff] [blame] |
Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51793 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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,