Index: tests_lit/reader_tests/switch.ll |
diff --git a/tests_lit/reader_tests/switch.ll b/tests_lit/reader_tests/switch.ll |
index 5a6014d3af4218c4e29e08288e817a08f03f181f..27f75989054b4366ca1d2f785cc3539f1c7913a5 100644 |
--- a/tests_lit/reader_tests/switch.ll |
+++ b/tests_lit/reader_tests/switch.ll |
@@ -1,9 +1,7 @@ |
; Test switch 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 |
define internal void @testDefaultSwitch(i32 %a) { |