forked from OSchip/llvm-project
Missed a label map, reverting till covered.
llvm-svn: 31514
This commit is contained in:
parent
6e5a113923
commit
a919ba9abd
|
@ -1629,9 +1629,6 @@ struct DebugLabelFolder : public MachineFunctionPass {
|
||||||
};
|
};
|
||||||
|
|
||||||
bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
|
bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
|
||||||
// FIXME - Missing label mapping.
|
|
||||||
return false;
|
|
||||||
|
|
||||||
// Get machine debug info.
|
// Get machine debug info.
|
||||||
MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
|
MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
|
||||||
if (!MDI) return false;
|
if (!MDI) return false;
|
||||||
|
|
Loading…
Reference in New Issue