[llvm-commits] CVS: llvm/include/llvm/BasicBlock.h
Jeff Cohen
jeffc at jolt-lang.org
Tue Jul 26 22:54:00 PDT 2005
Changes in directory llvm/include/llvm:
BasicBlock.h updated: 1.54 -> 1.55
---
Log message:
Eliminate tabs and trailing spaces.
---
Diffs of the changes: (+1 -1)
BasicBlock.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/BasicBlock.h
diff -u llvm/include/llvm/BasicBlock.h:1.54 llvm/include/llvm/BasicBlock.h:1.55
--- llvm/include/llvm/BasicBlock.h:1.54 Sun Apr 24 19:31:53 2005
+++ llvm/include/llvm/BasicBlock.h Wed Jul 27 00:53:43 2005
@@ -160,7 +160,7 @@
/// splitBasicBlock - This splits a basic block into two at the specified
/// instruction. Note that all instructions BEFORE the specified iterator
/// stay as part of the original basic block, an unconditional branch is added
- /// to the original BB, and the rest of the instructions in the BB are moved
+ /// to the original BB, and the rest of the instructions in the BB are moved
/// to the new BB, including the old terminator. The newly formed BasicBlock
/// is returned. This function invalidates the specified iterator.
///
More information about the llvm-commits
mailing list