diff options
| author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2014-05-27 22:03:28 +0000 |
|---|---|---|
| committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2014-05-27 22:03:28 +0000 |
| commit | de5ff26865e996e1154887440656e4981d56aebe (patch) | |
| tree | 73e44a4a619dd8d9cfc5b3332588f8aaec9e31ca /llvm/test/Transforms/JumpThreading | |
| parent | 6a90dc4f30a3fb2c25d70a0bd50648bd2254b8a0 (diff) | |
| download | bcm5719-llvm-de5ff26865e996e1154887440656e4981d56aebe.tar.gz bcm5719-llvm-de5ff26865e996e1154887440656e4981d56aebe.zip | |
No need for those tests to go thru llvm-as and/or llvm-dis.
opt can handle them by itself.
llvm-svn: 209689
Diffstat (limited to 'llvm/test/Transforms/JumpThreading')
| -rw-r--r-- | llvm/test/Transforms/JumpThreading/phi-eq.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/JumpThreading/phi-eq.ll b/llvm/test/Transforms/JumpThreading/phi-eq.ll index 40d3c7edd05..e05d5ee7c97 100644 --- a/llvm/test/Transforms/JumpThreading/phi-eq.ll +++ b/llvm/test/Transforms/JumpThreading/phi-eq.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -jump-threading | llvm-dis | FileCheck %s +; RUN: opt < %s -jump-threading -S | FileCheck %s ; Test whether two consecutive switches with identical structures assign the ; proper value to the proper variable. This is really testing ; Instruction::isIdenticalToWhenDefined, as previously that function was |

