]> granicus.if.org Git - llvm/commit
Move commentary on opcode translation for code16 mov instructions
authorEric Christopher <echristo@gmail.com>
Fri, 14 Jun 2019 04:51:55 +0000 (04:51 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 14 Jun 2019 04:51:55 +0000 (04:51 +0000)
commit7a01be2925f2e75b217b0b8ac744a96415b92fcd
tree5168ce83303f86170b56dd1576f4c26d720ae7fe
parentee28aef98ca85ba6f2dcb45d34351ca0c37067cc
Move commentary on opcode translation for code16 mov instructions
to segment registers closer to the segment register check for when
we add further optimizations.

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