aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/lshr-phi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/lshr-phi.ll')
-rw-r--r--test/Transforms/InstCombine/lshr-phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/lshr-phi.ll b/test/Transforms/InstCombine/lshr-phi.ll
index 683eb87..3a5ccc3 100644
--- a/test/Transforms/InstCombine/lshr-phi.ll
+++ b/test/Transforms/InstCombine/lshr-phi.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis > %t
+; RUN: opt %s -instcombine | llvm-dis > %t
; RUN: not grep lshr %t
; RUN: grep add %t | count 1