mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-25 21:00:00 +00:00
Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81299 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f43b45282f
commit
0c23b6858f
@ -1,4 +1,4 @@
|
||||
; RUN: opt %s -instcombine -S | \
|
||||
; RUN: opt < %s -instcombine -S | \
|
||||
; RUN: egrep {shl|lshr|ashr} | count 3
|
||||
|
||||
define i41 @test0(i41 %A, i41 %B, i41 %C) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: opt %s -instcombine -S | \
|
||||
; RUN: opt < %s -instcombine -S | \
|
||||
; RUN: egrep {shl|lshr|ashr} | count 3
|
||||
|
||||
define i32 @test0(i32 %A, i32 %B, i32 %C) {
|
||||
|
Loading…
Reference in New Issue
Block a user