Accept 'y' constraint (MMX) in inline asm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2008-04-01 00:57:48 +00:00
parent 1213d67265
commit 2ffbcaccd1

View File

@ -6132,6 +6132,7 @@ X86TargetLowering::getConstraintType(const std::string &Constraint) const {
case 'q':
case 'Q':
case 'x':
case 'y':
case 'Y':
return C_RegisterClass;
default: