Added some if-conversion tests.
[oota-llvm.git] / test / Integer / packed_struct_bt.ll
index a2ccd1d06cdbd86cf9737f85fb4cdaf8336efd06..3713917ac972ea144c2cecf333249c11674756a5 100644 (file)
@@ -1,8 +1,9 @@
 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
-; RUN: diff %t1.ll %t2.ll &&
-; RUN: not grep cast %t2.ll &&
-; RUN: grep "<{" %t2.ll
+; RUN: diff %t1.ll %t2.ll
+; RUN: not grep cast %t2.ll
+; RUN: grep {\<\{} %t2.ll
+; END.
 
 %struct.anon = type <{ i8, i35, i35, i35 }>
 @foos = external global %struct.anon