Index: tests_lit/reader_tests/phi.ll |
diff --git a/tests_lit/reader_tests/phi.ll b/tests_lit/reader_tests/phi.ll |
index a90bc4c7c1b0433b9bbfec715d2a787ec38fd88b..de35635ccef93dbb0adc0a3e94e3c8d35d916736 100644 |
--- a/tests_lit/reader_tests/phi.ll |
+++ b/tests_lit/reader_tests/phi.ll |
@@ -1,9 +1,7 @@ |
; Test reading phi instructions. |
; RUN: %p2i -i %s --insts | FileCheck %s |
-; RUN: %if --need=allow_disable_ir_gen --command \ |
-; RUN: %p2i -i %s --args -notranslate -timing -no-ir-gen \ |
-; RUN: | %if --need=allow_disable_ir_gen --command \ |
+; RUN: %p2i -i %s --args -notranslate -timing | \ |
; RUN: FileCheck --check-prefix=NOIR %s |
; TODO(kschimpf) Add forward reference examples. |