mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[NFC] Modify comment to make it more precise
llvm-svn: 339644
This commit is contained in:
parent
2a35355ab9
commit
9bb4ddcda5
@ -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
Block a user