Change tests from "opt %s" to "opt < %s" so that opt doesn't see the

input filename so that opt doesn't print the input filename in the
output so that grep lines in the tests don't unintentionally match
strings in the input filename.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2009-09-11 18:01:28 +00:00
parent 597f9797fd
commit f2f6ce65b7
1273 changed files with 1366 additions and 1366 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract -disable-output
; RUN: opt < %s -loop-extract -disable-output
define void @solve() {
entry:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract -disable-output
; RUN: opt < %s -loop-extract -disable-output
; This testcase is failing the loop extractor because not all exit blocks
; are dominated by all of the live-outs.

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract-single -disable-output
; RUN: opt < %s -loop-extract-single -disable-output
define void @ab() {
entry:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract -disable-output
; RUN: opt < %s -loop-extract -disable-output
define void @sendMTFValues() {
entry:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract -disable-output
; RUN: opt < %s -loop-extract -disable-output
%struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }
%struct.table_t = type { [1 x %struct.node_t**], [1 x %struct.node_t**] }

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract -disable-output
; RUN: opt < %s -loop-extract -disable-output
define void @maketree() {
entry:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -loop-extract -disable-output
; RUN: opt < %s -loop-extract -disable-output
declare i32 @_IO_getc()

View File

@ -1,4 +1,4 @@
; RUN: opt %s -extract-blocks -disable-output
; RUN: opt < %s -extract-blocks -disable-output
define void @test1() {
no_exit.0.i:

View File

@ -1,4 +1,4 @@
; RUN: opt %s -extract-blocks -disable-output
; RUN: opt < %s -extract-blocks -disable-output
define i32 @foo() {
br label %EB