[llvm-commits] CVS: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
Reid Spencer
reid at x10sys.com
Fri May 19 12:09:58 PDT 2006
Changes in directory llvm/lib/Transforms/Utils:
BasicBlockUtils.cpp updated: 1.14 -> 1.15
---
Log message:
Fix a doxygen problem and break lines at 80 columns
---
Diffs of the changes: (+3 -3)
BasicBlockUtils.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
diff -u llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:1.14 llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:1.15
--- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp:1.14 Thu Apr 21 18:45:33 2005
+++ llvm/lib/Transforms/Utils/BasicBlockUtils.cpp Fri May 19 14:09:46 2006
@@ -68,10 +68,10 @@
}
/// 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) {
More information about the llvm-commits
mailing list