Index: tests_lit/llvm2ice_tests/shift.ll |
diff --git a/tests_lit/llvm2ice_tests/shift.ll b/tests_lit/llvm2ice_tests/shift.ll |
index 18f13a75c739447dedd5a793c6400f237a32def3..b4fe21bcd395d100fd9d99af5d4149d5796b4d12 100644 |
--- a/tests_lit/llvm2ice_tests/shift.ll |
+++ b/tests_lit/llvm2ice_tests/shift.ll |
@@ -9,8 +9,6 @@ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %s |
; RUN: %p2i -i %s --no-local-syms --args --verbose none \ |
; RUN: | 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 |
@i1 = internal global [4 x i8] zeroinitializer, align 4 |
@i2 = internal global [4 x i8] zeroinitializer, align 4 |
@@ -45,4 +43,3 @@ entry: |
; CHECK: sar {{.*}}, 16 |
; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |