summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/lshr-phi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/lshr-phi.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/lshr-phi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/lshr-phi.ll b/llvm/test/Transforms/InstCombine/lshr-phi.ll
index 683eb87931e..3a5ccc3b485 100644
--- a/llvm/test/Transforms/InstCombine/lshr-phi.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud