Suppress the (stderr) output of -aa-eval, this fixes 5 tests.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 12:39:15 +0000 (12:39 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 10 Jun 2008 12:39:15 +0000 (12:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52173 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Andersens/basictest.ll
test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll

index d84c8feaaa23c5cbbc711b1bb3ffb47b57f56ee0..0005e09b2e7e0dff2d154ca82ac761000ab2ee95 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -anders-aa -aa-eval
+; RUN: llvm-as < %s | opt -anders-aa -aa-eval 2>/dev/null
 
 define void @test1() {
        %X = malloc i32*
index 8f2e22d5c33fda60de4f3f1226d2629b391dbb51..0a15deb9baa653bbaeb81585c8eaaee14a1d4752 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output
+; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output 2>/dev/null
 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
 define void @test({[2 x i32],[2 x i32]}* %A, i64 %X, i64 %Y) {
        %P1 = getelementptr {[2 x i32],[2 x i32]}* %A, i64 0, i32 0, i64 %X
index 0d571d4a6a263c51d37e32bf8c26cac79ef740e7..845613150eac67dc4fcb23e7f170c581d7cf5052 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output
+; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output 2>/dev/null
 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
 define void @test([17 x i16]* %mask_bits) {
        %P1 = getelementptr [17 x i16]* %mask_bits, i64 0, i64 0
index 1dd19b6e63a9362a56e8af0b9ce943963a907856..c673a323001ecb9b3dcefecd14c6d7e1545a4588 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output
+; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output 2>/dev/null
 
 define i32 @MTConcat([3 x i32]* %a.1) {
        %tmp.961 = getelementptr [3 x i32]* %a.1, i64 0, i64 4
index d3754cb89c726d4694cfd6ae81b9cbcf849fbd75..d385961780d3aef348b57c2f4ff1a02454775ebf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output
+; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output 2>/dev/null
 
 %struct..RefPoint = type { i32, { i32, i8, i8 } }
 %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint }