Fixed the test to actually run correctly.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 Aug 2004 19:23:28 +0000 (19:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 Aug 2004 19:23:28 +0000 (19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15921 91177308-0d34-0410-b5e6-96231b3b80d8

test/Bytecode/slow.bc-13 [deleted file]
test/Bytecode/slow.ll
test/Bytecode/slow.ll.bc-13 [new file with mode: 0644]

diff --git a/test/Bytecode/slow.bc-13 b/test/Bytecode/slow.bc-13
deleted file mode 100644 (file)
index 6f1e62b..0000000
Binary files a/test/Bytecode/slow.bc-13 and /dev/null differ
index 5d0777cd13138ff1f7dbf107fcedeb6db4a7dd8e..53f92b86f759cbae3b5993c0604a10571d8aa126 100644 (file)
@@ -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.ll.bc-13 b/test/Bytecode/slow.ll.bc-13
new file mode 100644 (file)
index 0000000..6f1e62b
Binary files /dev/null and b/test/Bytecode/slow.ll.bc-13 differ