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..afa151873ba3e017d78b39e6254df2517bef3c4e 100644 |
--- a/tests_lit/reader_tests/switch.ll |
+++ b/tests_lit/reader_tests/switch.ll |
@@ -1,6 +1,9 @@ |
; Test switch instructions. |
; RUN: %p2i -i %s --insts | FileCheck %s |
+; RUN: %p2i -i %s --args -notranslate -timing -noIRgen \ |
+; RUN: | %if --need=allow_disable_ir_gen \ |
+; RUN: --command FileCheck --check-prefix=NOIR %s |
define void @testDefaultSwitch(i32 %a) { |
entry: |
@@ -490,3 +493,4 @@ exit: |
; CHECK-NEXT: ret void |
; CHECK-NEXT: } |
+; NOIR: Total across all functions |