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 217159bfff47368e7e4fda6a0bd9e28e2bf28b69..e8bbb30bc170f315a6a215de7bf5ab3c11ca4e32 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
@@ -30,8 +30,6 @@ |
; RUN: | FileCheck --check-prefix=CHECKO2UNSANDBOXEDREM %s |
; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
-; TODO(kschimpf) Find out why lc2i is needed. |
-; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
declare i8* @llvm.nacl.read.tp() |
declare void @llvm.memcpy.p0i8.p0i8.i32(i8*, i8*, i32, i32, i1) |
@@ -525,4 +523,3 @@ entry: |
; CHECK: mov esp, {{.*}} |
; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |