commit | 31b5f00c4ebd870fc2745f1bed86a7b67f802210 | [log] [tgz] |
---|---|---|
author | Eric Christopher <echristo@apple.com> | Thu Jul 07 22:29:07 2011 +0000 |
committer | Eric Christopher <echristo@apple.com> | Thu Jul 07 22:29:07 2011 +0000 |
tree | 4ba92dcc7b3b2ea242ce2f3c553b8355c84739d4 | |
parent | 09ad0b6894ae4eab9837970ccd4574681097eb6e [diff] [blame] |
Add support for the X86 'l' constraint. Fixes PR10149 and rdar://9738585 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134648 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 4f8b90f..01cea3b 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -12592,6 +12592,7 @@ case 'y': case 'x': case 'Y': + case 'l': return C_RegisterClass; case 'a': case 'b':