aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/BreakCriticalEdges.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-01 18:17:37 +0000
committerChris Lattner <sabre@nondot.org>2009-11-01 18:17:37 +0000
commitdda0326aa939d3dde36927286257036cd4fcb6d4 (patch)
treef26ad797a1348ea11301d3320f6b37afbef07ef8 /lib/Transforms/Utils/BreakCriticalEdges.cpp
parent789eb4ae48f61b77b0ee688f12758f8e401358c1 (diff)
downloadexternal_llvm-dda0326aa939d3dde36927286257036cd4fcb6d4.zip
external_llvm-dda0326aa939d3dde36927286257036cd4fcb6d4.tar.gz
external_llvm-dda0326aa939d3dde36927286257036cd4fcb6d4.tar.bz2
improve comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/BreakCriticalEdges.cpp')
-rw-r--r--lib/Transforms/Utils/BreakCriticalEdges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/BreakCriticalEdges.cpp b/lib/Transforms/Utils/BreakCriticalEdges.cpp
index 813119d..ccd97c8 100644
--- 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 address of the new block won't be the one that is jumped
/// to.
///
BasicBlock *llvm::SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,