Funky indentation.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Sep 2009 23:54:22 +0000 (23:54 +0000)
committerEvan 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

index c11765037cda502c49236fb0b8fc9c47e873b19d..dd51d5f6f642ecba8c3659b147e044ff3eddd775 100644 (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.