Index: tests_lit/llvm2ice_tests/test_i1.ll |
diff --git a/tests_lit/llvm2ice_tests/test_i1.ll b/tests_lit/llvm2ice_tests/test_i1.ll |
index e7012257d1283bdd280f4b9a240786e546af3702..dd1d9c26dc1293a38a17f4a63f54490aebcdccd9 100644 |
--- a/tests_lit/llvm2ice_tests/test_i1.ll |
+++ b/tests_lit/llvm2ice_tests/test_i1.ll |
@@ -6,8 +6,6 @@ |
; RUN: %p2i -i %s -a -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 -a --verbose none | FileCheck --check-prefix=ERRORS %s |
-; RUN: %p2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
; Test that and with true uses immediate 1, not -1. |
define internal i32 @testAndTrue(i32 %arg) { |
@@ -198,6 +196,3 @@ entry: |
; CHECK: movzx [[REG:.*]], |
; CHECK-NEXT: shl [[REG]], 31 |
; CHECK-NEXT: sar [[REG]], 31 |
- |
-; ERRORS-NOT: ICE translation error |
-; DUMP-NOT: SZ |