Skip to content

Commit 457c97b

Browse files
committed
Try adding a redundant breakFromLoop assign
1 parent 3377b9d commit 457c97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/Analysis/AliasAnalysis.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ AliasAnalysis::Source AliasAnalysis::getSource(mlir::Value v,
644644
} else {
645645
type = SourceKind::Indirect;
646646
}
647+
breakFromLoop = true;
647648
} else {
648649
// No further tracking for addresses loaded from memory for now.
649650
type = SourceKind::Indirect;

0 commit comments

Comments
 (0)