Skip to content

Commit 1c676bd

Browse files
committed
Reformat.
1 parent f9ef560 commit 1c676bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/CodeGen/RegAllocGreedy.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,9 +2908,8 @@ bool RAGreedy::run(MachineFunction &mf) {
29082908
PriorityAdvisor = PriorityProvider->getAdvisor(*MF, *this, *Indexes);
29092909

29102910
VRAI = std::make_unique<VirtRegAuxInfo>(*MF, *LIS, *VRM, *Loops, *MBFI);
2911-
SpillerInstance.reset(
2912-
createInlineSpiller({*LIS, *LSS, *DomTree, *MBFI}, *MF, *VRM, *VRAI,
2913-
Matrix));
2911+
SpillerInstance.reset(createInlineSpiller({*LIS, *LSS, *DomTree, *MBFI}, *MF,
2912+
*VRM, *VRAI, Matrix));
29142913

29152914
VRAI->calculateSpillWeightsAndHints();
29162915

0 commit comments

Comments
 (0)