Index: tests_lit/reader_tests/switch.ll |
diff --git a/tests_lit/reader_tests/switch.ll b/tests_lit/reader_tests/switch.ll |
index bb60e552078301648ccd9c095f7cf9df125db355..0bbbf8868a34bf5ac364c764dd41d892572a9ceb 100644 |
--- a/tests_lit/reader_tests/switch.ll |
+++ b/tests_lit/reader_tests/switch.ll |
@@ -1,6 +1,10 @@ |
; 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: FileCheck --check-prefix=NOIR %s |
define void @testDefaultSwitch(i32 %a) { |
entry: |
@@ -490,3 +494,4 @@ exit: |
; CHECK-NEXT: ret void |
; CHECK-NEXT: } |
+; NOIR: Total across all functions |