projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6658870
)
improve comment.
author
Chris Lattner
<sabre@nondot.org>
Sun, 1 Nov 2009 18:17:37 +0000
(18:17 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 1 Nov 2009 18:17:37 +0000
(18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85725
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/BreakCriticalEdges.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/BreakCriticalEdges.cpp
b/lib/Transforms/Utils/BreakCriticalEdges.cpp
index 813119d5d56a19117fa1df4916b05c6b264d5b11..ccd97c8bc6131c2f8a4cfdd4230b4dedb6ca80fb 100644
(file)
--- a/
lib/Transforms/Utils/BreakCriticalEdges.cpp
+++ b/
lib/Transforms/Utils/BreakCriticalEdges.cpp
@@
-163,7
+163,7
@@
static void CreatePHIsForSplitLoopExit(SmallVectorImpl<BasicBlock *> &Preds,
///
/// It is invalid to call this function on a critical edge that starts at an
/// IndirectBrInst. Splitting these edges will almost always create an invalid
-/// program because the addr of the new block won't be the one that is jumped
+/// program because the addr
ess
of the new block won't be the one that is jumped
/// to.
///
BasicBlock *llvm::SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,