Fix PR1763 by allowing the 'q' constraint to work with 64-bit
authorChris Lattner <sabre@nondot.org>
Sun, 4 Nov 2007 06:51:12 +0000 (06:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Nov 2007 06:51:12 +0000 (06:51 +0000)
commit03e6c7091e1b6f37d6ba55ad3ee1c2cba10ec8e4
treec418d20fd06596263dc4ed987fe57dbde75d718f
parent0647ebf1dc1045cf9614815581d2fe016ea5d229
Fix PR1763 by allowing the 'q' constraint to work with 64-bit
regs on x86-64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43669 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll [new file with mode: 0644]