mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
68d287d19e
commit
6e01dcbb73
@ -117,7 +117,7 @@ void VirtRegAuxInfo::CalculateWeightAndHint(LiveInterval &li) {
|
||||
float totalWeight = 0;
|
||||
SmallPtrSet<MachineInstr*, 8> visited;
|
||||
|
||||
// Find the best physreg hist and the best virtreg hint.
|
||||
// Find the best physreg hint and the best virtreg hint.
|
||||
float bestPhys = 0, bestVirt = 0;
|
||||
unsigned hintPhys = 0, hintVirt = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user