Funky indentation.

llvm-svn: 80971
This commit is contained in:
Evan Cheng 2009-09-03 23:54:22 +00:00
parent a48a2f6055
commit 1f6e5eb07b
1 changed files with 2 additions and 1 deletions

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.