Index: tests_lit/llvm2ice_tests/64bit.pnacl.ll |
diff --git a/tests_lit/llvm2ice_tests/64bit.pnacl.ll b/tests_lit/llvm2ice_tests/64bit.pnacl.ll |
index b39276738a77b597118b87655fda2ca0660ce92c..cd6cdbac4e1c3905f0760b40dc2bb83d147d72de 100644 |
--- a/tests_lit/llvm2ice_tests/64bit.pnacl.ll |
+++ b/tests_lit/llvm2ice_tests/64bit.pnacl.ll |
@@ -16,8 +16,6 @@ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - \ |
; RUN: | FileCheck --check-prefix=OPTM1 %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 |
@__init_array_start = internal constant [0 x i8] zeroinitializer, align 4 |
@__fini_array_start = internal constant [0 x i8] zeroinitializer, align 4 |
@@ -1276,4 +1274,3 @@ if.end3: ; preds = %if.then2, %if.end |
; OPTM1-NOT: cmp {{[0-9]+}}, |
; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |