Skip to content

Commit 630ca39

Browse files
authored
Remove just that breakFromLoop assign
1 parent 586147e commit 630ca39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/lib/Optimizer/Analysis/AliasAnalysis.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,6 @@ AliasAnalysis::Source AliasAnalysis::getSource(mlir::Value v,
642642
defOp = nullptr;
643643
v = def;
644644
}
645-
646-
breakFromLoop = true;
647645
} else {
648646
// No further tracking for addresses loaded from memory for now.
649647
type = SourceKind::Indirect;

0 commit comments

Comments
 (0)