Index: tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
diff --git a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
index ce0444d1aaeec289023883cd49d3bd9462244e82..0cc39135ed64ca17d1d63c215d8d7873e770c56f 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
@@ -29,8 +29,6 @@ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - \ |
; RUN: | FileCheck --check-prefix=CHECKO2UNSANDBOXEDREM %s |
-; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
- |
declare i8* @llvm.nacl.read.tp() |
declare void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) |
declare void @llvm.memmove.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) |
@@ -526,5 +524,3 @@ entry: |
; CHECK: mov {{.*}}, esp |
; CHECK: mov {{.*}}, esp |
; CHECK: mov esp, {{.*}} |
- |
-; ERRORS-NOT: ICE translation error |