aboutsummaryrefslogtreecommitdiffstats
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..30ef8cb 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 | llvm-dis | grep {volatile store}
+; RUN: opt %s -instcombine | llvm-dis | grep {volatile load}
@x = weak global i32 0 ; <i32*> [#uses=2]