aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/exact-sdiv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/exact-sdiv.ll')
-rw-r--r--test/Transforms/InstCombine/exact-sdiv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/exact-sdiv.ll b/test/Transforms/InstCombine/exact-sdiv.ll
index 4b8b1ae..698e658 100644
--- a/test/Transforms/InstCombine/exact-sdiv.ll
+++ b/test/Transforms/InstCombine/exact-sdiv.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | FileCheck %s
+; RUN: opt %s -instcombine -S | FileCheck %s
; CHECK: define i32 @foo
; CHECK: sdiv i32 %x, 8