From: Evan Cheng Date: Thu, 3 Sep 2009 23:54:22 +0000 (+0000) Subject: Funky indentation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b3c27428969b3cc52ab8493e91b5dd1465325fed;p=oota-llvm.git Funky indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80971 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/BranchFolding.cpp b/lib/CodeGen/BranchFolding.cpp index c11765037cd..dd51d5f6f64 100644 --- 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.