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 | 7645e574d2d50b1a737f91013fba75af61426fcf (patch) | |
tree | 0ab023515818c3d3af6f93d99fb6101d55b4652f /lib/CodeGen/LLVMTargetMachine.cpp | |
parent | 89df08c8a02dc54d46a2f0599c5290b703ecc7ba (diff) |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LLVMTargetMachine.cpp')
-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 4004cf1e18..9a3510939c 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, |