improve comment.

llvm-svn: 85725
This commit is contained in:
Chris Lattner 2009-11-01 18:17:37 +00:00
parent 1756673f58
commit 249f96e339
1 changed files with 1 additions and 1 deletions

View File

@ -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 /// 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 /// 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. /// to.
/// ///
BasicBlock *llvm::SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum, BasicBlock *llvm::SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,