summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll')
-rw-r--r--llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll b/llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
index 42f6f8b89dd..6ec9adb209b 100644
--- a/llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
+++ b/llvm/test/Regression/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -scalarrepl
+; RUN: llvm-as < %s | opt -scalarrepl
void %main() {
%E = alloca { { int, float, double, long }, { int, float, double, long } } ; <{ { int, float, double, long }, { int, float, double, long } }*> [#uses=1]
OpenPOWER on IntegriCloud