Index: tests_lit/assembler/x86/jump_encodings.ll |
diff --git a/tests_lit/assembler/x86/jump_encodings.ll b/tests_lit/assembler/x86/jump_encodings.ll |
index 130d59f463e5c35c0d14e98f7e6bd83ddb120a8b..2bb050b11e89a89c77c936daeefe9ac757024c7a 100644 |
--- a/tests_lit/assembler/x86/jump_encodings.ll |
+++ b/tests_lit/assembler/x86/jump_encodings.ll |
@@ -3,7 +3,7 @@ |
; Use -ffunction-sections so that the offsets reset for each function. |
; RUN: %p2i -i %s --args -O2 --verbose none -ffunction-sections \ |
-; 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 |