Fix constant-over-index.ll test on windows.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 30 Aug 2010 15:08:02 +0000 (15:08 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 30 Aug 2010 15:08:02 +0000 (15:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112483 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/BasicAA/constant-over-index.ll

index 95f94d096f35fa0e1f34ba590ad98258a2451263..0e0c45c8ad5cb48a6779bd2168d715af961d78cf 100644 (file)
@@ -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.