Accept 'y' constraint (MMX) in inline asm.
authorDale Johannesen <dalej@apple.com>
Tue, 1 Apr 2008 00:57:48 +0000 (00:57 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 1 Apr 2008 00:57:48 +0000 (00:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49011 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 6cbae42839ea4b918c7faf6825372a6720624b59..275d4a04f9a4a73e95252843f65e295b536ef3c0 100644 (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: