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:
Dan Gohman 2009-09-09 00:22:49 +00:00
parent f43b45282f
commit 0c23b6858f
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {