| 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 a1ab0315a71d06b1a774859280701bf3628ee7c8..eda03a37ddb2f1dba961d28f3f48a9cbf4aba512 100644
|
| --- a/tests_lit/reader_tests/nacl-other-intrinsics.ll
|
| +++ b/tests_lit/reader_tests/nacl-other-intrinsics.ll
|
| @@ -1,10 +1,6 @@
|
| ; This tests parsing NaCl intrinsics not related to atomic operations.
|
|
|
| -; RUN: llvm-as < %s | pnacl-freeze -allow-local-symbol-tables \
|
| -; RUN: | %llvm2ice -notranslate -verbose=inst -build-on-read \
|
| -; RUN: -allow-pnacl-reader-error-recovery \
|
| -; RUN: -allow-local-symbol-tables \
|
| -; RUN: | FileCheck %s
|
| +; RUN: %p2i -i %s --insts | FileCheck %s
|
|
|
| declare i8* @llvm.nacl.read.tp()
|
| declare void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1)
|
|
|