Skip to content

Commit b7f8032

Browse files
fixup! [InstrRef][nfc] Remove usage of unique_ptrs of arrays
1 parent 23f0c64 commit b7f8032

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,8 @@ void InstrRefBasedLDV::accumulateFragmentMap(MachineInstr &MI) {
22462246
AllSeenFragments.insert(ThisFragment);
22472247
}
22482248

2249-
void InstrRefBasedLDV::process(MachineInstr &MI, const FuncValueTable *MLiveOuts,
2249+
void InstrRefBasedLDV::process(MachineInstr &MI,
2250+
const FuncValueTable *MLiveOuts,
22502251
const FuncValueTable *MLiveIns) {
22512252
// Try to interpret an MI as a debug or transfer instruction. Only if it's
22522253
// none of these should we interpret it's register defs as new value

0 commit comments

Comments
 (0)