diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll b/llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll index 3f23098225e..47584893675 100644 --- a/llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll +++ b/llvm/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {store i8} | count 2 +; RUN: opt %s -instcombine | llvm-dis | grep {store i8} | count 2 define i32 @a(i8* %s) nounwind { entry: |