mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Fix a doxygen problem and break lines at 80 columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c773de6d61
commit
bc2eba1ca2
@ -68,10 +68,10 @@ void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) {
|
||||
}
|
||||
|
||||
/// RemoveSuccessor - Change the specified terminator instruction such that its
|
||||
/// successor #SuccNum no longer exists. Because this reduces the outgoing
|
||||
/// successor SuccNum no longer exists. Because this reduces the outgoing
|
||||
/// degree of the current basic block, the actual terminator instruction itself
|
||||
/// may have to be changed. In the case where the last successor of the block is
|
||||
/// deleted, a return instruction is inserted in its place which can cause a
|
||||
/// may have to be changed. In the case where the last successor of the block
|
||||
/// is deleted, a return instruction is inserted in its place which can cause a
|
||||
/// surprising change in program behavior if it is not expected.
|
||||
///
|
||||
void llvm::RemoveSuccessor(TerminatorInst *TI, unsigned SuccNum) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user