diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-04-21 00:19:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-04-21 00:19:16 +0000 |
| commit | 38806c3e9c3d4286e9550cedd979684827fafee4 (patch) | |
| tree | 16c61711225b77c1c351a6838a9392d949939609 /llvm/lib/Transforms/Utils | |
| parent | 5fa90e49a9d5ceb705af0bcbd74cb1876b306b81 (diff) | |
| download | bcm5719-llvm-38806c3e9c3d4286e9550cedd979684827fafee4.tar.gz bcm5719-llvm-38806c3e9c3d4286e9550cedd979684827fafee4.zip | |
fit in 80 cols
llvm-svn: 50014
Diffstat (limited to 'llvm/lib/Transforms/Utils')
| -rw-r--r-- | llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp b/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp index bbea26936c8..e230ca68304 100644 --- a/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp +++ b/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp @@ -114,12 +114,12 @@ bool llvm::isCriticalEdge(const TerminatorInst *TI, unsigned SuccNum, return 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 -// any of them. This returns true if the edge was split, false otherwise. -// This ensures that all edges to that dest go to one block instead of each -// going to a different block. +/// 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 any of them. This returns true if the edge was split, +/// false otherwise. This ensures that all edges to that dest go to one block +/// instead of each going to a different block. // bool llvm::SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum, Pass *P, bool MergeIdenticalEdges) { |

