1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Now can re-enable debug label folding.

llvm-svn: 31549
This commit is contained in:
Jim Laskey 2006-11-08 14:17:45 +00:00
parent 8ffcf505f2
commit 4d636f03f7

View File

@ -1629,9 +1629,6 @@ 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;