From 21ce53b94e4cf5fd0ffde75187137d8ba9e31730 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Tue, 7 Nov 2006 20:53:05 +0000 Subject: [PATCH] Missed a label map, reverting till covered. llvm-svn: 31512 --- llvm/lib/CodeGen/MachineDebugInfo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/lib/CodeGen/MachineDebugInfo.cpp b/llvm/lib/CodeGen/MachineDebugInfo.cpp index bdbdd144fd7d..a48ec4f62ecf 100644 --- a/llvm/lib/CodeGen/MachineDebugInfo.cpp +++ b/llvm/lib/CodeGen/MachineDebugInfo.cpp @@ -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(); if (!MDI) return false;