Fix a bug where the x86 backend would reject 64-bit r constraints when
authorChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 17:59:52 +0000 (17:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 17:59:52 +0000 (17:59 +0000)
commit3d0c4c4657f179d8256dfa04e38ce9bd2cc67d2b
treed287fc02926f1c844ff4027f65da561b1ceaac5f
parent0c52644cd8e46ca4c9caa6c51d43f97a2de8c5f5
Fix a bug where the x86 backend would reject 64-bit r constraints when
in 32-bit mode instead of assigning a register pair.  This has nothing to
do with PR2356, but I happened to notice it while working on it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57704 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll [new file with mode: 0644]