[llvm-commits] CVS: llvm/test/Feature/packed.ll
Reid Spencer
reid at x10sys.com
Sat Dec 2 09:49:53 PST 2006
Changes in directory llvm/test/Feature:
packed.ll updated: 1.3 -> 1.4
---
Log message:
Remove a redundant RUN: line.
---
Diffs of the changes: (+0 -2)
packed.ll | 2 --
1 files changed, 2 deletions(-)
Index: llvm/test/Feature/packed.ll
diff -u llvm/test/Feature/packed.ll:1.3 llvm/test/Feature/packed.ll:1.4
--- llvm/test/Feature/packed.ll:1.3 Fri Dec 1 22:23:07 2006
+++ llvm/test/Feature/packed.ll Sat Dec 2 11:49:38 2006
@@ -2,8 +2,6 @@
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
-; RUN: llvm-as < %s | llvm-dis
-
%foo1 = uninitialized global <4 x float>;
%foo2 = uninitialized global <2 x int>;
More information about the llvm-commits
mailing list