Skip to content
Snippets Groups Projects
Commit 79833404 authored by Michael J. Spencer's avatar Michael J. Spencer
Browse files

Fix constant-over-index.ll test on windows.

llvm-svn: 112483
parent f62c5294
No related branches found
No related tags found
No related merge requests found
; 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment