mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Let some more tests ignore expected output on stderr.
Also, use > %t instead of -o %t for output in one test since that also works when %t already exists. This fixes 6 testcases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
; This should turn into one multiply and one add.
|
||||
|
||||
; RUN: llvm-as < %s | \
|
||||
; RUN: opt -instcombine -reassociate -instcombine | llvm-dis -o %t
|
||||
; RUN: opt -instcombine -reassociate -instcombine | llvm-dis > %t
|
||||
; RUN: grep mul %t | count 1
|
||||
; RUN: grep add %t | count 1
|
||||
|
||||
|
Reference in New Issue
Block a user