| Index: tests_lit/reader_tests/call-indirect.ll
|
| diff --git a/tests_lit/reader_tests/call-indirect.ll b/tests_lit/reader_tests/call-indirect.ll
|
| index 13221d0641edd3ca9e8382092636e46c6a127014..35f73e3a2872fc9df2ce753848023f0b320f083d 100644
|
| --- a/tests_lit/reader_tests/call-indirect.ll
|
| +++ b/tests_lit/reader_tests/call-indirect.ll
|
| @@ -1,10 +1,6 @@
|
| ; Test parsing indirect calls in Subzero.
|
|
|
| -; 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
|
|
|
| define internal void @CallIndirectVoid(i32 %f_addr) {
|
| entry:
|
|
|