FileCheckize a bunch of tests.
[oota-llvm.git] / test / Analysis / BasicAA / 2006-03-03-BadArraySubscript.ll
index 00fbc15b461657b91c7174cdde22e0d0bf303626..06a804c392f87f7fe9359501340ae95caa2c5cd1 100644 (file)
@@ -1,5 +1,8 @@
-; RUN: opt %s -aa-eval -disable-output |& grep {2 no alias respon}
+; RUN: opt < %s -basicaa -aa-eval -disable-output 2>&1 | FileCheck %s
 ; TEST that A[1][0] may alias A[0][i].
+target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128"
+
+; CHECK: 2 no alias responses
 
 define void @test(i32 %N) {
 entry: