From 249f96e339915970ed2b95765ec516458c8a6be2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 1 Nov 2009 18:17:37 +0000 Subject: improve comment. llvm-svn: 85725 --- llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp') diff --git a/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp b/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp index 813119d5d56..ccd97c8bc61 100644 --- a/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp +++ b/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp @@ -163,7 +163,7 @@ static void CreatePHIsForSplitLoopExit(SmallVectorImpl &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, -- cgit v1.2.3