projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f2596
)
Funky indentation.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 3 Sep 2009 23:54:22 +0000
(23:54 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 3 Sep 2009 23:54:22 +0000
(23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80971
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/BranchFolding.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/BranchFolding.cpp
b/lib/CodeGen/BranchFolding.cpp
index c11765037cda502c49236fb0b8fc9c47e873b19d..dd51d5f6f642ecba8c3659b147e044ff3eddd775 100644
(file)
--- 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.