summaryrefslogtreecommitdiff
path: root/test/Transforms/ScalarRepl/bitfield-sroa.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ScalarRepl/bitfield-sroa.ll')
-rw-r--r--test/Transforms/ScalarRepl/bitfield-sroa.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/bitfield-sroa.ll b/test/Transforms/ScalarRepl/bitfield-sroa.ll
index 2d9e5696ea..6b3d414d34 100644
--- a/test/Transforms/ScalarRepl/bitfield-sroa.ll
+++ b/test/Transforms/ScalarRepl/bitfield-sroa.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -scalarrepl -S | not grep alloca
+; RUN: opt < %s -scalarrepl -S | not grep alloca
; rdar://6532315
%t = type { { i32, i16, i8, i8 } }