Funky indentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2009-09-03 23:54:22 +00:00
parent b5f25967d0
commit b3c2742896

View File

@ -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.