Index: tests_lit/llvm2ice_tests/vector-arith.ll |
diff --git a/tests_lit/llvm2ice_tests/vector-arith.ll b/tests_lit/llvm2ice_tests/vector-arith.ll |
index 29bb57fedffbf3700951bdcf59df02d85d42d91d..bae62cd77265147e8f020068434c3389a9d2e410 100644 |
--- a/tests_lit/llvm2ice_tests/vector-arith.ll |
+++ b/tests_lit/llvm2ice_tests/vector-arith.ll |
@@ -21,7 +21,6 @@ |
; RUN: | llvm-objdump -d --symbolize -x86-asm-syntax=intel - \ |
; RUN: | FileCheck --check-prefix=SSE41 %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 |
define <4 x float> @test_fadd(<4 x float> %arg0, <4 x float> %arg1) { |
entry: |