mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix 80-column violation.
llvm-svn: 151599
This commit is contained in:
parent
7b7047a2af
commit
2eec1f2ac0
@ -1151,8 +1151,8 @@ bool MachineLICM::IsProfitableToHoist(MachineInstr &MI) {
|
|||||||
(!IsGuaranteedToExecute(MI.getParent()) && !MayCSE(&MI)))
|
(!IsGuaranteedToExecute(MI.getParent()) && !MayCSE(&MI)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// High register pressure situation, only hoist if the instruction is going to
|
// High register pressure situation, only hoist if the instruction is going
|
||||||
// be remat'ed.
|
// to be remat'ed.
|
||||||
if (!TII->isTriviallyReMaterializable(&MI, AA) &&
|
if (!TII->isTriviallyReMaterializable(&MI, AA) &&
|
||||||
!MI.isInvariantLoad(AA))
|
!MI.isInvariantLoad(AA))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user