[InlineSpiller] Fix missing LiveRegMatrix declaration. NFC.

b25b51eb639d adds a reference to LiveRegMatrix in Spiller.h without
including the header, or adding a declaration.  That breaks modules
builds.

It looks like it might get reverted in #137801, but let's fix the
breakage in the meantime.
This commit is contained in:
Ahmed Bougacha 2025-05-01 11:31:45 -07:00
parent 760bba4666
commit 1f56afa9b4

View File

@ -20,6 +20,7 @@ class MachineFunctionPass;
class VirtRegMap;
class VirtRegAuxInfo;
class LiveIntervals;
class LiveRegMatrix;
class LiveStacks;
class MachineDominatorTree;
class MachineBlockFrequencyInfo;