[llvm-commits] CVS: llvm/test/Regression/Bytecode/slow.ll.bc-13 slow.ll slow.bc-13
Reid Spencer
reid at x10sys.com
Thu Aug 19 12:23:38 PDT 2004
Changes in directory llvm/test/Regression/Bytecode:
slow.ll.bc-13 added (r1.1)
slow.ll updated: 1.1 -> 1.2
slow.bc-13 (r1.1) removed
---
Log message:
Fixed the test to actually run correctly.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Regression/Bytecode/slow.ll.bc-13
Index: llvm/test/Regression/Bytecode/slow.ll
diff -u llvm/test/Regression/Bytecode/slow.ll:1.1 llvm/test/Regression/Bytecode/slow.ll:1.2
--- llvm/test/Regression/Bytecode/slow.ll:1.1 Thu Aug 19 14:11:57 2004
+++ llvm/test/Regression/Bytecode/slow.ll Thu Aug 19 14:23:27 2004
@@ -1,8 +1,8 @@
; This bytecode test pounds on instruction alignment and showed
; up a bug in llvm-dis performance
-; RUN: llvm-as < %s -o - | llvm-dis -o %t1
-; RUN: llvm-dis < %s.bc-13 -o - %t2
+; RUN: llvm-as < %s | llvm-dis > %t1
+; RUN: llvm-dis < %s.bc-13 > %t2
; RUN: diff %t1 %t2
implementation ; Functions:
More information about the llvm-commits
mailing list