[llvm-commits] [llvm] r80971 - /llvm/trunk/lib/CodeGen/BranchFolding.cpp
Evan Cheng
evan.cheng at apple.com
Thu Sep 3 16:54:22 PDT 2009
Author: evancheng
Date: Thu Sep 3 18:54:22 2009
New Revision: 80971
URL: http://llvm.org/viewvc/llvm-project?rev=80971&view=rev
Log:
Funky indentation.
Modified:
llvm/trunk/lib/CodeGen/BranchFolding.cpp
Modified: llvm/trunk/lib/CodeGen/BranchFolding.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/BranchFolding.cpp?rev=80971&r1=80970&r2=80971&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/BranchFolding.cpp (original)
+++ llvm/trunk/lib/CodeGen/BranchFolding.cpp Thu Sep 3 18:54:22 2009
@@ -103,7 +103,8 @@
}
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.
More information about the llvm-commits
mailing list