mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 21:10:35 +00:00
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:
parent
1213d67265
commit
2ffbcaccd1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user