| 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 bae62cd77265147e8f020068434c3389a9d2e410..110390205083a932ff6adace208896a3cfbd3b9f 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-arith.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-arith.ll
|
| @@ -7,17 +7,17 @@
|
| ; RUN: %p2i -i %s -a -O2 --verbose none\
|
| ; RUN: | FileCheck --check-prefix=CALLTARGETS %s
|
| ; RUN: %p2i -i %s -a -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 -a -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 -a -O2 -mattr=sse4.1 --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 - \
|
| ; RUN: | FileCheck --check-prefix=SSE41 %s
|
| ; RUN: %p2i -i %s -a -Om1 -mattr=sse4.1 --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 - \
|
| ; RUN: | FileCheck --check-prefix=SSE41 %s
|
| ; RUN: %p2i -i %s -a --verbose none | FileCheck --check-prefix=ERRORS %s
|
|
|