projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1213d67
)
Accept 'y' constraint (MMX) in inline asm.
author
Dale Johannesen
<dalej@apple.com>
Tue, 1 Apr 2008 00:57:48 +0000
(
00:57
+0000)
committer
Dale 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 6cbae42839ea4b918c7faf6825372a6720624b59..275d4a04f9a4a73e95252843f65e295b536ef3c0 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-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: