From 62bbc9ef582678536402b18dd3aab3c9366dd4b0 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 8 Nov 2006 14:17:45 +0000 Subject: Now can re-enable debug label folding. llvm-svn: 31549 --- llvm/lib/CodeGen/MachineDebugInfo.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/CodeGen') diff --git a/llvm/lib/CodeGen/MachineDebugInfo.cpp b/llvm/lib/CodeGen/MachineDebugInfo.cpp index a48ec4f62ec..bdbdd144fd7 100644 --- a/llvm/lib/CodeGen/MachineDebugInfo.cpp +++ b/llvm/lib/CodeGen/MachineDebugInfo.cpp @@ -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(); if (!MDI) return false; -- cgit v1.2.3