Skip to content

Commit 2b02a5b

Browse files
Add an extra comment
1 parent 32dcdac commit 2b02a5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Analysis/LoopAccessAnalysis.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,8 @@ class LoopAccessInfo {
805805

806806
Loop *TheLoop;
807807

808+
/// Determines whether we should generate partial runtime checks when not all
809+
/// memory accesses could be analyzed.
808810
bool AllowPartial;
809811

810812
unsigned NumLoads = 0;

0 commit comments

Comments
 (0)