summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/cast-and-cast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/cast-and-cast.ll')
-rw-r--r--test/Transforms/InstCombine/cast-and-cast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast-and-cast.ll b/test/Transforms/InstCombine/cast-and-cast.ll
index f90cb74..eda9d99 100644
--- a/test/Transforms/InstCombine/cast-and-cast.ll
+++ b/test/Transforms/InstCombine/cast-and-cast.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: not grep bitcast
define i1 @test1(i32 %val) {
OpenPOWER on IntegriCloud