diff options
author | Devang Patel <dpatel@apple.com> | 2012-01-20 21:14:06 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2012-01-20 21:14:06 +0000 |
commit | cf0e269d16f3d784b428c9b1b1e22d1f9e8bb91d (patch) | |
tree | 9f95d63c356290b2dce03ab347c5f1f8b37fbec6 /test/MC/X86/intel-syntax-encoding.s | |
parent | 1e9ccd68d40c3d79b2f25f471553914d73bdee58 (diff) |
Intel syntax: For now, disable ambiguous JMP64pcrel32 for intel syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/X86/intel-syntax-encoding.s')
-rw-r--r-- | test/MC/X86/intel-syntax-encoding.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/MC/X86/intel-syntax-encoding.s b/test/MC/X86/intel-syntax-encoding.s index c81636bcbb..32e7750602 100644 --- a/test/MC/X86/intel-syntax-encoding.s +++ b/test/MC/X86/intel-syntax-encoding.s @@ -31,4 +31,7 @@ // CHECK: encoding: [0x48,0x83,0xc0,0xf4] add rax, -12 - +LBB0_3: +// CHECK: encoding: [0xeb,A] + jmp LBB0_3 + |