When the two operands of an icmp are equal, there are five possible predicates
[oota-llvm.git] / test / Transforms / ScalarRepl / memset-aggregate.ll
index 3c5b6627bde692becafc02e33f6091cb46350050..4febda5b9a793f2761f9d9d3eaf94d01590bb218 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep 'ret i32 16843009'
+; 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"
@@ -6,7 +7,6 @@ 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: