summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/volatile_store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/volatile_store.ll')
-rw-r--r--test/Transforms/InstCombine/volatile_store.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/volatile_store.ll b/test/Transforms/InstCombine/volatile_store.ll
index 09651ba..5316bd7 100644
--- a/test/Transforms/InstCombine/volatile_store.ll
+++ b/test/Transforms/InstCombine/volatile_store.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {volatile store}
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {volatile load}
+; RUN: opt < %s -instcombine -S | grep {volatile store}
+; RUN: opt < %s -instcombine -S | grep {volatile load}
@x = weak global i32 0 ; <i32*> [#uses=2]
OpenPOWER on IntegriCloud