diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/union-packed.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/union-packed.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/ScalarRepl/union-packed.ll b/test/Transforms/ScalarRepl/union-packed.ll index 7ba619f..63752c8 100644 --- a/test/Transforms/ScalarRepl/union-packed.ll +++ b/test/Transforms/ScalarRepl/union-packed.ll @@ -1,6 +1,6 @@ -; RUN: opt %s -scalarrepl -S | \ +; RUN: opt < %s -scalarrepl -S | \ ; RUN: not grep alloca -; RUN: opt %s -scalarrepl -S | \ +; RUN: opt < %s -scalarrepl -S | \ ; RUN: grep bitcast define <4 x i32> @test(<4 x float> %X) { |