mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +00:00
Revert change that accidentally snuck into r253955.
llvm-svn: 253956
This commit is contained in:
parent
6988e2723a
commit
2c11bd56d2
@ -217,8 +217,7 @@ CodeGenRegBank &CodeGenTarget::getRegBank() const {
|
||||
|
||||
void CodeGenTarget::ReadRegAltNameIndices() const {
|
||||
RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
|
||||
array_pod_sort(RegAltNameIndices.begin(), RegAltNameIndices.end(),
|
||||
LessRecord());
|
||||
std::sort(RegAltNameIndices.begin(), RegAltNameIndices.end(), LessRecord());
|
||||
}
|
||||
|
||||
/// getRegisterByName - If there is a register with the specific AsmName,
|
||||
|
Loading…
Reference in New Issue
Block a user