mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Fix typo noticed by Lauro Ramos Venancio, thanks!
llvm-svn: 32223
This commit is contained in:
parent
da1fffc4e1
commit
7368984a3d
@ -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::DL, 0);
|
||||
return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::BL, 0);
|
||||
break;
|
||||
case 'l': // INDEX_REGS
|
||||
if (VT == MVT::i32)
|
||||
|
Loading…
Reference in New Issue
Block a user