diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-09-03 23:54:22 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-09-03 23:54:22 +0000 |
commit | b3c27428969b3cc52ab8493e91b5dd1465325fed (patch) | |
tree | c070cc560e01e7f085fc2b5920c33eb19697bc7f /lib/CodeGen/BranchFolding.cpp | |
parent | b5f25967d0fe2380c21cdfe220e1aa0f5e6043d2 (diff) |
Funky indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BranchFolding.cpp')
-rw-r--r-- | lib/CodeGen/BranchFolding.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/BranchFolding.cpp b/lib/CodeGen/BranchFolding.cpp index c11765037c..dd51d5f6f6 100644 --- a/lib/CodeGen/BranchFolding.cpp +++ b/lib/CodeGen/BranchFolding.cpp @@ -103,7 +103,8 @@ namespace { } FunctionPass *llvm::createBranchFoldingPass(bool DefaultEnableTailMerge) { - return new BranchFolder(DefaultEnableTailMerge); } + return new BranchFolder(DefaultEnableTailMerge); +} /// RemoveDeadBlock - Remove the specified dead machine basic block from the /// function, updating the CFG. |