mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Fixed the test to actually run correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b6e55b18b
commit
cad396dde1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user