diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-05-19 19:09:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-05-19 19:09:46 +0000 |
commit | 2452c94df46fd65bd70e4081b7a97b0f42a2762c (patch) | |
tree | 32c8e36bb149c6409eed2633a5b2a5cbb7be6a53 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 3949d321555de7b0be9a750277000afe5661a794 (diff) | |
download | bcm5719-llvm-2452c94df46fd65bd70e4081b7a97b0f42a2762c.tar.gz bcm5719-llvm-2452c94df46fd65bd70e4081b7a97b0f42a2762c.zip |
Fix a doxygen problem and break lines at 80 columns
llvm-svn: 28395
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp b/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp index f3445806349..769d1b2d78e 100644 --- a/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp +++ b/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp @@ -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) { |