mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Fix typo.
llvm-svn: 107556
This commit is contained in:
parent
df02d037e4
commit
ab076a2261
@ -116,7 +116,7 @@ bool CalculateSpillWeights::runOnMachineFunction(MachineFunction &fn) {
|
||||
SmallVector<LiveInterval*, 4> spillIs;
|
||||
if (lis->isReMaterializable(li, spillIs, isLoad)) {
|
||||
// If all of the definitions of the interval are re-materializable,
|
||||
// it is a preferred candidate for spilling. If non of the defs are
|
||||
// it is a preferred candidate for spilling. If none of the defs are
|
||||
// loads, then it's potentially very cheap to re-materialize.
|
||||
// FIXME: this gets much more complicated once we support non-trivial
|
||||
// re-materialization.
|
||||
|
Loading…
Reference in New Issue
Block a user