Skip to content

Commit 8b5145c

Browse files
committed
[BasicAA] Update tests. NFC.
1 parent a8d3683 commit 8b5145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Analysis/BasicAA/fallback-mayalias.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; Check that BasicAA falls back to MayAlias (instead of PartialAlias) when none
44
; of its little tricks are applicable.
55

6-
; CHECK: MayAlias: float* %arrayidxA, float* %arrayidxB
6+
; CHECK: NoAlias: float* %arrayidxA, float* %arrayidxB
77

88
define void @fallback_mayalias(ptr noalias nocapture %C, i64 %i, i64 %j) local_unnamed_addr {
99
entry:

0 commit comments

Comments
 (0)