Index: tests_lit/llvm2ice_tests/sdiv.ll |
diff --git a/tests_lit/llvm2ice_tests/sdiv.ll b/tests_lit/llvm2ice_tests/sdiv.ll |
index 088724ad9099ca1873aa1a5a935dd6fc1a6ccc2f..0a5fcdc5f58eedd0dad1f3f2fd1c57ae6318ed6a 100644 |
--- a/tests_lit/llvm2ice_tests/sdiv.ll |
+++ b/tests_lit/llvm2ice_tests/sdiv.ll |
@@ -2,10 +2,10 @@ |
; integer variants of sdiv and srem. |
; 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 |