From: Jim Laskey Date: Tue, 7 Nov 2006 21:37:31 +0000 (+0000) Subject: Missed a label map, reverting till covered. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5e213ea69796f695d5c33f18c25c82dad4c87a24;p=oota-llvm.git Missed a label map, reverting till covered. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31514 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;