summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BasicBlockUtils.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-11-01 19:16:21 +0000
committerDuncan Sands <baldrick@free.fr>2009-11-01 19:16:21 +0000
commit857e9996c7e3567b5d52808e922ac14c119527d4 (patch)
treead3ae921215f2076bd756af817c9ef2d02768c5b /include/llvm/Transforms/Utils/BasicBlockUtils.h
parentb046964101e0f7f2ddce153a53953504c83bffd8 (diff)
downloadllvm-857e9996c7e3567b5d52808e922ac14c119527d4.tar.gz
llvm-857e9996c7e3567b5d52808e922ac14c119527d4.tar.bz2
llvm-857e9996c7e3567b5d52808e922ac14c119527d4.tar.xz
Improve the other instance of the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils/BasicBlockUtils.h')
-rw-r--r--include/llvm/Transforms/Utils/BasicBlockUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/BasicBlockUtils.h b/include/llvm/Transforms/Utils/BasicBlockUtils.h
index 1dc5a960e0..8172114d8b 100644
--- a/include/llvm/Transforms/Utils/BasicBlockUtils.h
+++ b/include/llvm/Transforms/Utils/BasicBlockUtils.h
@@ -128,7 +128,7 @@ bool isCriticalEdge(const TerminatorInst *TI, unsigned SuccNum,
///
/// 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,