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

llvm-svn: 49011
This commit is contained in:
Dale Johannesen 2008-04-01 00:57:48 +00:00
parent ac17d39469
commit efa81a6979
1 changed files with 1 additions and 0 deletions

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: