mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +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)))
|
||||
return false;
|
||||
|
||||
// High register pressure situation, only hoist if the instruction is going to
|
||||
// be remat'ed.
|
||||
// High register pressure situation, only hoist if the instruction is going
|
||||
// to be remat'ed.
|
||||
if (!TII->isTriviallyReMaterializable(&MI, AA) &&
|
||||
!MI.isInvariantLoad(AA))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user