diff options
author | Max Kazantsev <max.kazantsev@azul.com> | 2018-08-14 07:40:08 +0000 |
---|---|---|
committer | Max Kazantsev <max.kazantsev@azul.com> | 2018-08-14 07:40:08 +0000 |
commit | 4657db1402877a14b89698b93a047ad184fd417f (patch) | |
tree | 70cac8909aafb12eef3599a8fe1dfdf81fcec0b7 | |
parent | 837418f3f9ebbc0eb9405b64ebfdd4a718c5292c (diff) | |
download | bcm5719-llvm-4657db1402877a14b89698b93a047ad184fd417f.tar.gz bcm5719-llvm-4657db1402877a14b89698b93a047ad184fd417f.zip |
[NFC] Modify comment to make it more precise
llvm-svn: 339644
-rw-r--r-- | llvm/include/llvm/Analysis/MustExecute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/MustExecute.h b/llvm/include/llvm/Analysis/MustExecute.h index 97ad76d451c..349f9c25bdf 100644 --- a/llvm/include/llvm/Analysis/MustExecute.h +++ b/llvm/include/llvm/Analysis/MustExecute.h @@ -31,7 +31,7 @@ class DominatorTree; class Loop; /// Captures loop safety information. -/// It keep information for loop & its header may throw exception or otherwise +/// It keep information for loop blocks may throw exception or otherwise /// exit abnormaly on any iteration of the loop which might actually execute /// at runtime. The primary way to consume this infromation is via /// isGuaranteedToExecute below, but some callers bailout or fallback to |