diff options
Diffstat (limited to 'llvm/test/Transforms/JumpThreading/dup-cond.ll')
-rw-r--r-- | llvm/test/Transforms/JumpThreading/dup-cond.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/JumpThreading/dup-cond.ll b/llvm/test/Transforms/JumpThreading/dup-cond.ll index e20d939316a..00e17cbadb8 100644 --- a/llvm/test/Transforms/JumpThreading/dup-cond.ll +++ b/llvm/test/Transforms/JumpThreading/dup-cond.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -jump-threading -die | llvm-dis | grep icmp | count 1 +; RUN: opt %s -jump-threading -die | llvm-dis | grep icmp | count 1 declare void @f1() declare void @f2() |