Index: tests_lit/reader_tests/phi.ll |
diff --git a/tests_lit/reader_tests/phi.ll b/tests_lit/reader_tests/phi.ll |
index 0186d4c698f4661daab7bdd240fd82dc97a333c7..3799d4b2fccc9678c76ab58b288d072e1b7cfd41 100644 |
--- a/tests_lit/reader_tests/phi.ll |
+++ b/tests_lit/reader_tests/phi.ll |
@@ -1,10 +1,6 @@ |
; Test reading phi 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) Add forward reference examples. |