| Index: tests_lit/reader_tests/binops.ll
|
| diff --git a/tests_lit/reader_tests/binops.ll b/tests_lit/reader_tests/binops.ll
|
| index 25dd0fa8836fd9eb3d48e8752cd2439d834f839e..5fde67c619c3ec7e579afb25c70f43bf4588fee1 100644
|
| --- a/tests_lit/reader_tests/binops.ll
|
| +++ b/tests_lit/reader_tests/binops.ll
|
| @@ -1,10 +1,6 @@
|
| ; Tests if we can read binary operators.
|
|
|
| -; 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): add i8/i16. Needs bitcasts.
|
|
|
|
|