Index: tests_lit/llvm2ice_tests/vector-icmp.ll |
diff --git a/tests_lit/llvm2ice_tests/vector-icmp.ll b/tests_lit/llvm2ice_tests/vector-icmp.ll |
index b1a0d02a7d27418f5aec119d9377ddc968a9db88..2be3ffaa5ab3cb940aa9b82d9bd7c9f30e775ec1 100644 |
--- a/tests_lit/llvm2ice_tests/vector-icmp.ll |
+++ b/tests_lit/llvm2ice_tests/vector-icmp.ll |
@@ -7,8 +7,6 @@ |
; RUN: %p2i -i %s --args -Om1 --verbose none \ |
; RUN: | llvm-mc -triple=i686-none-nacl -filetype=obj \ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - | FileCheck %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 |
; Check that sext elimination occurs when the result of the comparison |
; instruction is alrady sign extended. Sign extension to 4 x i32 uses |
@@ -501,6 +499,3 @@ entry: |
; CHECK: pxor |
; CHECK: pcmpgtb |
} |
- |
-; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |