OSDN Git Service

[x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"
authorCoby Tayree <coby.tayree@intel.com>
Sun, 30 Jul 2017 11:12:47 +0000 (11:12 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Sun, 30 Jul 2017 11:12:47 +0000 (11:12 +0000)
commitc14c998b518f12d3ebbc714ffd12bf34cd7adf0f
tree4d4de938b88ef69c7787951a5bf5b4c39295af64
parented297a61b7a12cf409703f9d9231c64c0490075d
[x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"

MS ignores the keyword "short" when used after a jc/jz instruction, LLVM ought to do the same.
Test: D35893

Differential Revision: https://reviews.llvm.org/D35892

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309509 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp