mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
fix trivial typo, NFC
llvm-svn: 306716
This commit is contained in:
parent
5df9256916
commit
36ad5023db
@ -2622,7 +2622,7 @@ unsigned RAGreedy::selectOrSplitImpl(LiveInterval &VirtReg,
|
||||
}
|
||||
|
||||
// If we couldn't allocate a register from spilling, there is probably some
|
||||
// invalid inline assembly. The base class wil report it.
|
||||
// invalid inline assembly. The base class will report it.
|
||||
if (Stage >= RS_Done || !VirtReg.isSpillable())
|
||||
return tryLastChanceRecoloring(VirtReg, Order, NewVRegs, FixedRegisters,
|
||||
Depth);
|
||||
|
Loading…
x
Reference in New Issue
Block a user