aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/store.ll')
-rw-r--r--test/Transforms/InstCombine/store.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/store.ll b/test/Transforms/InstCombine/store.ll
index e31aa6d..d6f916d 100644
--- a/test/Transforms/InstCombine/store.ll
+++ b/test/Transforms/InstCombine/store.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep -v {store.*,.*null} | not grep store
define void @test1(i32* %P) {