| Index: tests_lit/reader_tests/nacl-other-intrinsics.ll
|
| diff --git a/tests_lit/reader_tests/nacl-other-intrinsics.ll b/tests_lit/reader_tests/nacl-other-intrinsics.ll
|
| index eda03a37ddb2f1dba961d28f3f48a9cbf4aba512..aac2c2522ebbfd9bb73fa2c8da06cef04574c116 100644
|
| --- a/tests_lit/reader_tests/nacl-other-intrinsics.ll
|
| +++ b/tests_lit/reader_tests/nacl-other-intrinsics.ll
|
| @@ -1,6 +1,10 @@
|
| ; This tests parsing NaCl intrinsics not related to atomic operations.
|
|
|
| ; 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
|
|
|
| declare i8* @llvm.nacl.read.tp()
|
| declare void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)
|
| @@ -339,3 +343,4 @@ entry:
|
| ; CHECK-NEXT: ret void
|
| ; CHECK-NEXT: }
|
|
|
| +; NOIR: Total across all functions
|
|
|