summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl/sroa-fca.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ScalarRepl/sroa-fca.ll')
-rw-r--r--test/Transforms/ScalarRepl/sroa-fca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/sroa-fca.ll b/test/Transforms/ScalarRepl/sroa-fca.ll
index 1bfdacc..2df3b9b 100644
--- a/test/Transforms/ScalarRepl/sroa-fca.ll
+++ b/test/Transforms/ScalarRepl/sroa-fca.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis
+; RUN: opt < %s -scalarrepl | llvm-dis
; Make sure that SROA "scalar conversion" can handle first class aggregates.
define i64 @test({i32, i32} %A) {
OpenPOWER on IntegriCloud