commit | 3c7d3083e7c99a22ee4803048dfb86c7a57b1006 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:01:28 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:01:28 2009 +0000 |
tree | 10febdb90407974203f9d08ab1180f7073ae459a | |
parent | a24946acb21bffc40e9054f7ac25eb9319b406d8 [diff] |
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
diff --git a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll index c4d0708..d143ab0 100644 --- a/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll +++ b/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll
@@ -1,4 +1,4 @@ -; RUN: opt %s -lowerswitch +; RUN: opt < %s -lowerswitch define void @child(i32 %ct.1) { entry:
diff --git a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll index c01da0c..61e1dcd 100644 --- a/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll +++ b/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll
@@ -1,4 +1,4 @@ -; RUN: opt %s -lowerswitch +; RUN: opt < %s -lowerswitch define void @test() { switch i32 0, label %Next [
diff --git a/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll b/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll index 57d2efe..964b07e 100644 --- a/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll +++ b/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll
@@ -1,4 +1,4 @@ -; RUN: opt %s -lowerswitch -disable-output +; RUN: opt < %s -lowerswitch -disable-output define void @solve() { entry: