summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-09-03 23:54:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-09-03 23:54:22 +0000
commit1f6e5eb07b77532d0ea52632c0babaa62f7a3aad (patch)
treeba25ca9d5b9f741f6f68352591ac27dda77338fb /llvm/lib/CodeGen/BranchFolding.cpp
parenta48a2f605516ad02397c22ea1d5d59a78bbf843e (diff)
downloadbcm5719-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.cpp3
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.
OpenPOWER on IntegriCloud