summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/casts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/casts.ll')
-rw-r--r--test/Transforms/Inline/casts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/casts.ll b/test/Transforms/Inline/casts.ll
index 029d309..166185a 100644
--- a/test/Transforms/Inline/casts.ll
+++ b/test/Transforms/Inline/casts.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | grep {ret i32 1}
+; RUN: opt < %s -inline -S | grep {ret i32 1}
; ModuleID = 'short.opt.bc'
define i32 @testBool(i1 %X) {
OpenPOWER on IntegriCloud