summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-19 19:09:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-19 19:09:46 +0000
commit2452c94df46fd65bd70e4081b7a97b0f42a2762c (patch)
tree32c8e36bb149c6409eed2633a5b2a5cbb7be6a53 /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
parent3949d321555de7b0be9a750277000afe5661a794 (diff)
downloadbcm5719-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.cpp6
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) {
OpenPOWER on IntegriCloud