Index: tests_lit/reader_tests/call-indirect.ll |
diff --git a/tests_lit/reader_tests/call-indirect.ll b/tests_lit/reader_tests/call-indirect.ll |
index 35f73e3a2872fc9df2ce753848023f0b320f083d..339351b9babb2288451f1bd0cb800d70bf9b4eee 100644 |
--- a/tests_lit/reader_tests/call-indirect.ll |
+++ b/tests_lit/reader_tests/call-indirect.ll |
@@ -1,6 +1,9 @@ |
; Test parsing indirect calls in Subzero. |
; 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 internal void @CallIndirectVoid(i32 %f_addr) { |
entry: |
@@ -27,3 +30,5 @@ entry: |
; CHECK-NEXT: %r = call i32 %f_addr(i8 1, i1 false) |
; CHECK-NEXT: ret i32 %r |
; CHECK-NEXT: } |
+ |
+; NOIR: Total across all functions |