mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Improve the other instance of the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b046964101
commit
857e9996c7
@ -128,7 +128,7 @@ bool isCriticalEdge(const TerminatorInst *TI, unsigned SuccNum,
|
||||
///
|
||||
/// 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 *SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,
|
||||
|
Loading…
Reference in New Issue
Block a user