Missed a label map, reverting till covered.

llvm-svn: 31512
This commit is contained in:
Jim Laskey 2006-11-07 20:53:05 +00:00
parent 30b254e48b
commit 21ce53b94e
1 changed files with 3 additions and 0 deletions

View File

@ -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;