[llvm-commits] [llvm] r85733 - /llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h
Duncan Sands
baldrick at free.fr
Sun Nov 1 11:16:21 PST 2009
Author: baldrick
Date: Sun Nov 1 13:16:21 2009
New Revision: 85733
URL: http://llvm.org/viewvc/llvm-project?rev=85733&view=rev
Log:
Improve the other instance of the comment.
Modified:
llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h
Modified: llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h?rev=85733&r1=85732&r2=85733&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h Sun Nov 1 13:16:21 2009
@@ -128,7 +128,7 @@
///
/// It is invalid to call this function on a critical edge that starts at an
/// IndirectBrInst. Splitting these edges will almost always create an invalid
-/// program because the addr of the new block won't be the one that is jumped
+/// program because the address of the new block won't be the one that is jumped
/// to.
///
BasicBlock *SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,
More information about the llvm-commits
mailing list