forked from OSchip/llvm-project
parent
0c2012ffb3
commit
21d4d895ca
|
@ -1629,6 +1629,9 @@ struct DebugLabelFolder : public MachineFunctionPass {
|
|||
};
|
||||
|
||||
bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
|
||||
// FIXME - Missing label mapping.
|
||||
return false;
|
||||
|
||||
// Get machine debug info.
|
||||
MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
|
||||
if (!MDI) return false;
|
||||
|
|
Loading…
Reference in New Issue