summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl/DifferingTypes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ScalarRepl/DifferingTypes.ll')
-rw-r--r--test/Transforms/ScalarRepl/DifferingTypes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/DifferingTypes.ll b/test/Transforms/ScalarRepl/DifferingTypes.ll
index c060414..eb56824 100644
--- a/test/Transforms/ScalarRepl/DifferingTypes.ll
+++ b/test/Transforms/ScalarRepl/DifferingTypes.ll
@@ -1,7 +1,7 @@
; This is a feature test. Hopefully one day this will be implemented. The
; generated code should perform the appropriate masking operations required
; depending on the endianness of the target...
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
+; RUN: opt < %s -scalarrepl -S | \
; RUN: not grep alloca
define i32 @testfunc(i32 %i, i8 %j) {
OpenPOWER on IntegriCloud