From 6ea0f6bce837a0133f9f0bc0ee0f1f7eb1e91644 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 8 Nov 2006 14:17:45 +0000 Subject: [PATCH] Now can re-enable debug label folding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31549 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineDebugInfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/MachineDebugInfo.cpp b/lib/CodeGen/MachineDebugInfo.cpp index a48ec4f62ec..bdbdd144fd7 100644 --- a/lib/CodeGen/MachineDebugInfo.cpp +++ b/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; -- 2.34.1