Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.

llvm-svn: 81299
This commit is contained in:
Dan Gohman 2009-09-09 00:22:49 +00:00
parent 5fdb699f13
commit c466e31309
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) {