mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
kill off the last use of TRI::AsmName.
llvm-svn: 81727
This commit is contained in:
parent
830f090c2e
commit
fbe97bcd52
@ -2346,7 +2346,7 @@ getRegForInlineAsmConstraint(const std::string &Constraint,
|
||||
|
||||
for (TargetRegisterClass::iterator I = RC->begin(), E = RC->end();
|
||||
I != E; ++I) {
|
||||
if (StringsEqualNoCase(RegName, RI->get(*I).AsmName))
|
||||
if (StringsEqualNoCase(RegName, RI->getName(*I)))
|
||||
return std::make_pair(*I, RC);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user