mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix constant-over-index.ll test on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06b7f58522
commit
17d3983730
@ -1,7 +1,8 @@
|
||||
; RUN: opt < %s -aa-eval -print-all-alias-modref-info \
|
||||
; RUN: |& grep {MayAlias: double\\* \[%\]p.0.i.0, double\\* \[%\]p3\$}
|
||||
; RUN: opt < %s -aa-eval -print-all-alias-modref-info |& FileCheck %s
|
||||
; PR4267
|
||||
|
||||
; CHECK: MayAlias: double* %p.0.i.0, double* %p3
|
||||
|
||||
; %p3 is equal to %p.0.i.0 on the second iteration of the loop,
|
||||
; so MayAlias is needed.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user