aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/shl-trunc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/shl-trunc.ll')
-rw-r--r--test/Transforms/InstCombine/shl-trunc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/shl-trunc.ll b/test/Transforms/InstCombine/shl-trunc.ll
index ffef298..6d2e6b5 100644
--- a/test/Transforms/InstCombine/shl-trunc.ll
+++ b/test/Transforms/InstCombine/shl-trunc.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep shl
+; RUN: opt %s -instcombine | llvm-dis | grep shl
define i1 @test(i32 %X, i8 %A) {
%shift.upgrd.1 = zext i8 %A to i32 ; <i32> [#uses=1]