diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-19 19:23:28 +0000 | 
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-19 19:23:28 +0000 | 
| commit | 01ea7aed594a19dedd8cf8078bbbfcb23546a2a3 (patch) | |
| tree | fed63c366fe3ff82f24b8eed25097a35709f38d9 | |
| parent | cdce60cae2b81d2f6d9101e0f5c707517733ad40 (diff) | |
| download | bcm5719-llvm-01ea7aed594a19dedd8cf8078bbbfcb23546a2a3.tar.gz bcm5719-llvm-01ea7aed594a19dedd8cf8078bbbfcb23546a2a3.zip | |
Fixed the test to actually run correctly.
llvm-svn: 15921
| -rw-r--r-- | llvm/test/Regression/Bytecode/slow.ll | 4 | ||||
| -rw-r--r-- | llvm/test/Regression/Bytecode/slow.ll.bc-13 (renamed from llvm/test/Regression/Bytecode/slow.bc-13) | bin | 128224 -> 128224 bytes | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/test/Regression/Bytecode/slow.ll b/llvm/test/Regression/Bytecode/slow.ll index 5d0777cd131..53f92b86f75 100644 --- a/llvm/test/Regression/Bytecode/slow.ll +++ b/llvm/test/Regression/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/llvm/test/Regression/Bytecode/slow.bc-13 b/llvm/test/Regression/Bytecode/slow.ll.bc-13Binary files differ index 6f1e62b99d9..f9a6406b6ea 100644 --- a/llvm/test/Regression/Bytecode/slow.bc-13 +++ b/llvm/test/Regression/Bytecode/slow.ll.bc-13 | 

