summaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl/union-packed.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ScalarRepl/union-packed.ll')
-rw-r--r--test/Transforms/ScalarRepl/union-packed.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/ScalarRepl/union-packed.ll b/test/Transforms/ScalarRepl/union-packed.ll
index 7ba619f9f0..63752c8c80 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) {