[llvm-commits] CVS: llvm/test/Integer/packed_struct_bt.ll

Reid Spencer reid at x10sys.com
Sat Apr 14 15:33:19 PDT 2007



Changes in directory llvm/test/Integer:

packed_struct_bt.ll updated: 1.4 -> 1.5
---
Log message:

Fix syntax.


---
Diffs of the changes:  (+1 -1)

 packed_struct_bt.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Integer/packed_struct_bt.ll
diff -u llvm/test/Integer/packed_struct_bt.ll:1.4 llvm/test/Integer/packed_struct_bt.ll:1.5
--- llvm/test/Integer/packed_struct_bt.ll:1.4	Sat Apr 14 11:48:55 2007
+++ llvm/test/Integer/packed_struct_bt.ll	Sat Apr 14 17:32:58 2007
@@ -2,7 +2,7 @@
 ; 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: grep {\<\{} %t2.ll
 ; END.
 
 %struct.anon = type <{ i8, i35, i35, i35 }>






More information about the llvm-commits mailing list