diff options
Diffstat (limited to 'test/Transforms/InstCombine/volatile_store.ll')
-rw-r--r-- | test/Transforms/InstCombine/volatile_store.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/volatile_store.ll b/test/Transforms/InstCombine/volatile_store.ll index 09651ba302..30ef8cbcd9 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] |