Commit d902544
[InlineSpiller] Fix missing LiveRegMatrix declaration. NFC.
b25b51e 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 llvm#137801, but let's fix the
breakage in the meantime.1 parent 8f2cc63 commit d902544
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments