mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +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:
@@ -1,7 +1,8 @@
|
|||||||
; RUN: opt < %s -aa-eval -print-all-alias-modref-info \
|
; RUN: opt < %s -aa-eval -print-all-alias-modref-info |& FileCheck %s
|
||||||
; RUN: |& grep {MayAlias: double\\* \[%\]p.0.i.0, double\\* \[%\]p3\$}
|
|
||||||
; PR4267
|
; 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,
|
; %p3 is equal to %p.0.i.0 on the second iteration of the loop,
|
||||||
; so MayAlias is needed.
|
; so MayAlias is needed.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user