mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix a typo in a comment.
llvm-svn: 53894
This commit is contained in:
parent
cb26a8abeb
commit
184839a58d
@ -42,7 +42,7 @@ TargetMachineRegistry::getClosestStaticTargetForModule(const Module &M,
|
||||
} else if (UsableTargets.size() == 1)
|
||||
return UsableTargets.back().second;
|
||||
|
||||
// Otherwise, take the best target, but make sure we don't have to equally
|
||||
// Otherwise, take the best target, but make sure we don't have two equally
|
||||
// good best targets.
|
||||
std::sort(UsableTargets.begin(), UsableTargets.end());
|
||||
if (UsableTargets.back().first ==UsableTargets[UsableTargets.size()-2].first){
|
||||
|
Loading…
Reference in New Issue
Block a user