forked from OSchip/llvm-project
[NFC] Modify comment to make it more precise
llvm-svn: 339644
This commit is contained in:
parent
837418f3f9
commit
4657db1402
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue