Merging r205067:
authorTom Stellard <thomas.stellard@amd.com>
Fri, 11 Apr 2014 19:35:44 +0000 (19:35 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 11 Apr 2014 19:35:44 +0000 (19:35 +0000)
commit3830243b552fe87837f593a38d9623ee14b5261f
tree978d9eab4e6005fb341d35480c525bfbbffd6546
parent644b118230739c647a61e658060be17650f1d7f8
Merging r205067:

------------------------------------------------------------------------
r205067 | ahatanaka | 2014-03-28 19:28:07 -0400 (Fri, 28 Mar 2014) | 7 lines

[x86] Fix printing of register operands with q modifier.

Emit 32-bit register names instead of 64-bit register names if the target does
not have 64-bit general purpose registers.

<rdar://problem/14653996>

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@206055 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86AsmPrinter.cpp
test/CodeGen/X86/inline-asm-modifier-q.ll [new file with mode: 0644]