Skip to content

Commit bc707ba

Browse files
authored
Remove first new else so Indirect goes back to Unknown
1 parent ee79716 commit bc707ba

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
@@ -641,8 +641,6 @@ AliasAnalysis::Source AliasAnalysis::getSource(mlir::Value v,
641641
} else if (isDummyArgument(def)) {
642642
defOp = nullptr;
643643
v = def;
644-
} else {
645-
type = SourceKind::Indirect;
646644
}
647645
} else {
648646
// No further tracking for addresses loaded from memory for now.

0 commit comments

Comments
 (0)