fix PR3217: fully cached queries need to be verified against the
[oota-llvm.git] / test / Transforms / ScalarRepl / memset-aggregate.ll
index de94fe11c4532cd98a8fe15ea4a4d4c428249277..4febda5b9a793f2761f9d9d3eaf94d01590bb218 100644 (file)
@@ -1,13 +1,12 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep 'ret i32 16843009' &&
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
 ; PR1226
+; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {ret i32 16843009}
+; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
 target triple = "i686-apple-darwin8"
        %struct.bar = type { %struct.foo, i64, double }
        %struct.foo = type { i32, i32 }
 
-implementation   ; Functions:
 
 define i32 @test1(%struct.foo* %P) {
 entry: