We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f0c64 commit b7f8032Copy full SHA for b7f8032
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
@@ -2246,7 +2246,8 @@ void InstrRefBasedLDV::accumulateFragmentMap(MachineInstr &MI) {
2246
AllSeenFragments.insert(ThisFragment);
2247
}
2248
2249
-void InstrRefBasedLDV::process(MachineInstr &MI, const FuncValueTable *MLiveOuts,
+void InstrRefBasedLDV::process(MachineInstr &MI,
2250
+ const FuncValueTable *MLiveOuts,
2251
const FuncValueTable *MLiveIns) {
2252
// Try to interpret an MI as a debug or transfer instruction. Only if it's
2253
// none of these should we interpret it's register defs as new value
0 commit comments