diff options
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/not-a-vector.ll')
-rw-r--r-- | llvm/test/Transforms/ScalarRepl/not-a-vector.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/not-a-vector.ll b/llvm/test/Transforms/ScalarRepl/not-a-vector.ll index e64d7d901c1..7eba7c01904 100644 --- a/llvm/test/Transforms/ScalarRepl/not-a-vector.ll +++ b/llvm/test/Transforms/ScalarRepl/not-a-vector.ll @@ -1,6 +1,6 @@ -; RUN: opt %s -scalarrepl -S | not grep alloca -; RUN: opt %s -scalarrepl -S | not grep {7 x double} -; RUN: opt %s -scalarrepl -instcombine -S | grep {ret double %B} +; RUN: opt < %s -scalarrepl -S | not grep alloca +; RUN: opt < %s -scalarrepl -S | not grep {7 x double} +; RUN: opt < %s -scalarrepl -instcombine -S | grep {ret double %B} define double @test(double %A, double %B) { %ARR = alloca [7 x i64] |