From: Chris Lattner Date: Sun, 1 Nov 2009 18:17:37 +0000 (+0000) Subject: improve comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=280f3fedbfc8d76014dbb25aecfd57a847fd6183;p=oota-llvm.git improve comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85725 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/BreakCriticalEdges.cpp b/lib/Transforms/Utils/BreakCriticalEdges.cpp index 813119d5d56..ccd97c8bc61 100644 --- a/lib/Transforms/Utils/BreakCriticalEdges.cpp +++ b/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,