prune #includes, fit in 80 cols.
[oota-llvm.git] / include / llvm / Transforms / Utils / BasicBlockUtils.h
index 47bbcbec6d71405ec53524d0b457211a9242c70d..4230cb1dd1ddda213c49159610c555987b0bda18 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -61,9 +61,11 @@ bool isCriticalEdge(const TerminatorInst *TI, unsigned SuccNum,
                     bool AllowIdenticalEdges = false);
 
 /// SplitCriticalEdge - If this edge is a critical edge, insert a new node to
-/// split the critical edge.  This will update DominatorTree, and DominatorFrontier 
-/// information if it is available, thus calling this pass will not invalidate 
-/// either of them. This returns true if the edge was split, false otherwise.  
+/// split the critical edge.  This will update DominatorTree and
+/// DominatorFrontier information if it is available, thus calling this pass
+/// will not invalidate either of them. This returns true if the edge was split,
+/// false otherwise.  
+///
 /// If MergeIdenticalEdges is true (the default), *all* edges from TI to the 
 /// specified successor will be merged into the same critical edge block.  
 /// This is most commonly interesting with switch instructions, which may