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 | 1f6e5eb07b77532d0ea52632c0babaa62f7a3aad (patch) | |
tree | ba25ca9d5b9f741f6f68352591ac27dda77338fb /llvm/lib/CodeGen/BranchFolding.cpp | |
parent | a48a2f605516ad02397c22ea1d5d59a78bbf843e (diff) | |
download | bcm5719-llvm-1f6e5eb07b77532d0ea52632c0babaa62f7a3aad.tar.gz bcm5719-llvm-1f6e5eb07b77532d0ea52632c0babaa62f7a3aad.zip |
Funky indentation.
llvm-svn: 80971
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
-rw-r--r-- | llvm/lib/CodeGen/BranchFolding.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.cpp b/llvm/lib/CodeGen/BranchFolding.cpp index c11765037cd..dd51d5f6f64 100644 --- a/llvm/lib/CodeGen/BranchFolding.cpp +++ b/llvm/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. |