| Index: tests_lit/reader_tests/insertextract.ll
|
| diff --git a/tests_lit/reader_tests/insertextract.ll b/tests_lit/reader_tests/insertextract.ll
|
| index c77acf23d08082e7a62ef0c954485e0874e7ccba..9dbe6aaa2f29699991596df30bdc55e30e7adb22 100644
|
| --- a/tests_lit/reader_tests/insertextract.ll
|
| +++ b/tests_lit/reader_tests/insertextract.ll
|
| @@ -1,11 +1,6 @@
|
| ; Tests insertelement and extractelement vector instructions.
|
|
|
| -
|
| -; RUN: llvm-as < %s | pnacl-freeze -allow-local-symbol-tables \
|
| -; RUN: | %llvm2ice -notranslate -verbose=inst -build-on-read \
|
| -; RUN: -allow-pnacl-reader-error-recovery \
|
| -; RUN: -allow-local-symbol-tables \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --insts | FileCheck %s
|
|
|
| ; TODO(kschimpf): Change index arguments to valid constant indices once
|
| ; we can handle constants.
|
|
|