diff options
author | Duncan Sands <baldrick@free.fr> | 2009-11-01 19:16:21 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-11-01 19:16:21 +0000 |
commit | 857e9996c7e3567b5d52808e922ac14c119527d4 (patch) | |
tree | ad3ae921215f2076bd756af817c9ef2d02768c5b | |
parent | b046964101e0f7f2ddce153a53953504c83bffd8 (diff) | |
download | external_llvm-857e9996c7e3567b5d52808e922ac14c119527d4.zip external_llvm-857e9996c7e3567b5d52808e922ac14c119527d4.tar.gz external_llvm-857e9996c7e3567b5d52808e922ac14c119527d4.tar.bz2 |
Improve the other instance of the comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85733 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Transforms/Utils/BasicBlockUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/BasicBlockUtils.h b/include/llvm/Transforms/Utils/BasicBlockUtils.h index 1dc5a96..8172114 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, |