[NFC] Modify comment to make it more precise

llvm-svn: 339644
This commit is contained in:
Max Kazantsev 2018-08-14 07:40:08 +00:00
parent 837418f3f9
commit 4657db1402
1 changed files with 1 additions and 1 deletions

View File

@ -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