summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-19 19:23:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-19 19:23:28 +0000
commitcad396dde1cd5df4b6decf9644e517ebadae5c15 (patch)
tree0eb465cedaf07db8427ee1b32c974d455a6197ee /test
parent0b6e55b18b79b6a2cc75365ecd3478e5d5158806 (diff)
downloadllvm-cad396dde1cd5df4b6decf9644e517ebadae5c15.tar.gz
llvm-cad396dde1cd5df4b6decf9644e517ebadae5c15.tar.bz2
llvm-cad396dde1cd5df4b6decf9644e517ebadae5c15.tar.xz
Fixed the test to actually run correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Bytecode/slow.ll4
-rw-r--r--test/Bytecode/slow.ll.bc-13 (renamed from test/Bytecode/slow.bc-13)bin128224 -> 128224 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Bytecode/slow.ll b/test/Bytecode/slow.ll
index 5d0777cd13..53f92b86f7 100644
--- a/test/Bytecode/slow.ll
+++ b/test/Bytecode/slow.ll
@@ -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:
diff --git a/test/Bytecode/slow.bc-13 b/test/Bytecode/slow.ll.bc-13
index 6f1e62b99d..6f1e62b99d 100644
--- a/test/Bytecode/slow.bc-13
+++ b/test/Bytecode/slow.ll.bc-13
Binary files differ