| Index: tests_lit/reader_tests/call.ll
|
| diff --git a/tests_lit/reader_tests/call.ll b/tests_lit/reader_tests/call.ll
|
| index f70c44ad631b6612c9de802f67090942bd9c4d74..ffe5e0456369738672ab7b141b6118f223636b73 100644
|
| --- a/tests_lit/reader_tests/call.ll
|
| +++ b/tests_lit/reader_tests/call.ll
|
| @@ -1,10 +1,6 @@
|
| ; Test handling of call 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
|
|
|
| define i32 @fib(i32 %n) {
|
| entry:
|
|
|