summaryrefslogtreecommitdiffstats
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 34dd120..6b3d414 100644
--- a/test/Transforms/ScalarRepl/bitfield-sroa.ll
+++ b/test/Transforms/ScalarRepl/bitfield-sroa.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
+; RUN: opt < %s -scalarrepl -S | not grep alloca
; rdar://6532315
%t = type { { i32, i16, i8, i8 } }
OpenPOWER on IntegriCloud