diff options
Diffstat (limited to 'llvm/test/Transforms/JumpThreading/branch-no-const.ll')
-rw-r--r-- | llvm/test/Transforms/JumpThreading/branch-no-const.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/JumpThreading/branch-no-const.ll b/llvm/test/Transforms/JumpThreading/branch-no-const.ll index a3540560860..16867b07c2e 100644 --- a/llvm/test/Transforms/JumpThreading/branch-no-const.ll +++ b/llvm/test/Transforms/JumpThreading/branch-no-const.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -jump-threading -S | not grep phi +; RUN: opt < %s -jump-threading -S | not grep phi declare i8 @mcguffin() |