summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline/casts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Inline/casts.ll')
-rw-r--r--llvm/test/Transforms/Inline/casts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/casts.ll b/llvm/test/Transforms/Inline/casts.ll
index f10200b4a2f..1b9902b027b 100644
--- a/llvm/test/Transforms/Inline/casts.ll
+++ b/llvm/test/Transforms/Inline/casts.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -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