mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 11:41:53 +00:00
improve comment.
llvm-svn: 85725
This commit is contained in:
parent
11944e39d4
commit
02e43b65d1
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user