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 ea07daca4ff6dcb5ef7e85fde45b58b2648859ab..b1a0d02a7d27418f5aec119d9377ddc968a9db88 100644 |
--- a/tests_lit/llvm2ice_tests/vector-icmp.ll |
+++ b/tests_lit/llvm2ice_tests/vector-icmp.ll |
@@ -2,10 +2,10 @@ |
; instruction. |
; RUN: %p2i -i %s --args -O2 --verbose none \ |
-; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \ |
+; 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 -Om1 --verbose none \ |
-; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \ |
+; 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 |