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:
204b0c2
)
Fix typo noticed by Lauro Ramos Venancio, thanks!
author
Chris Lattner
<sabre@nondot.org>
Tue, 5 Dec 2006 17:29:40 +0000
(17:29 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 5 Dec 2006 17:29:40 +0000
(17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32223
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 a9d217860b35344404e52e482d43534880036aed..040b480de21572971bcb3112a61eb760de3c4e1d 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-5511,7
+5511,7
@@
getRegClassForInlineAsmConstraint(const std::string &Constraint,
return make_vector<unsigned>(X86::AX, X86::DX, X86::CX, X86::BX,
X86::SI, X86::DI, X86::BP, X86::SP, 0);
else if (VT == MVT::i8)
- return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::
D
L, 0);
+ return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::
B
L, 0);
break;
case 'l': // INDEX_REGS
if (VT == MVT::i32)