Index: tests_lit/llvm2ice_tests/vector-ops.ll |
diff --git a/tests_lit/llvm2ice_tests/vector-ops.ll b/tests_lit/llvm2ice_tests/vector-ops.ll |
index 3b0a0ec22d06b9b99aaa925e8c3d92b9a3eeaf81..0e093e96b95b8bc7c8898681a369c870d2bb5436 100644 |
--- a/tests_lit/llvm2ice_tests/vector-ops.ll |
+++ b/tests_lit/llvm2ice_tests/vector-ops.ll |
@@ -14,8 +14,6 @@ |
; RUN: | llvm-mc -triple=i686-none-nacl -filetype=obj \ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - \ |
; RUN: | FileCheck --check-prefix=SSE41 %s |
-; RUN: %p2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
-; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
; insertelement operations |
@@ -232,6 +230,3 @@ entry: |
; SSE41-LABEL: extractelement_v16i1: |
; SSE41: pextrb |
} |
- |
-; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |