Skip to content

Commit 7f7b43c

Browse files
Update flang/test/Analysis/AliasAnalysis/alias-analysis-2.fir
Slight comment change. Co-authored-by: Joel E. Denny <[email protected]>
1 parent ff140e7 commit 7f7b43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Analysis/AliasAnalysis/alias-analysis-2.fir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// CHECK-DAG: arg2.load#0 <-> arg2.addr#0: MustAlias
4848
// CHECK-DAG: boxp1.addr#0 <-> arg2.addr#0: MayAlias
4949

50-
// TODO: Can the address in a pointer alias the address of a pointer, even when the
50+
// TODO: Can the address in a pointer alias the address of a pointer, when the
5151
// pointer has no box. Should this be NoAlias?
5252
// T3 from <https://github.com/llvm/llvm-project/pull/117785#discussion_r1924348480>.
5353
// CHECK-DAG: p1.addr#0 <-> p1.tgt#0: MayAlias

0 commit comments

Comments
 (0)