[llvm-commits] CVS: llvm/test/Feature/packed_cmp.ll

Reid Spencer reid at x10sys.com
Wed Apr 11 05:46:24 PDT 2007



Changes in directory llvm/test/Feature:

packed_cmp.ll updated: 1.3 -> 1.4
---
Log message:

Make sure this test uses llvm-upgrade.
Don't allow false positives.


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

 packed_cmp.ll |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/test/Feature/packed_cmp.ll
diff -u llvm/test/Feature/packed_cmp.ll:1.3 llvm/test/Feature/packed_cmp.ll:1.4
--- llvm/test/Feature/packed_cmp.ll:1.3	Tue Mar 27 21:38:26 2007
+++ llvm/test/Feature/packed_cmp.ll	Wed Apr 11 07:46:06 2007
@@ -1,6 +1,7 @@
 ; This test checks to make sure that NE and EQ comparisons of
 ; vector types work.
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > /dev/null -f &&
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 ; XFAIL: *






More information about the llvm-commits mailing list