diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-07 21:37:31 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-07 21:37:31 +0000 |
commit | 5e213ea69796f695d5c33f18c25c82dad4c87a24 (patch) | |
tree | bf5cc57d5f75d64244e3904b851e79232ccba413 /lib/CodeGen/MachineDebugInfo.cpp | |
parent | 55fd43f90913676682487f89f27c756adb827f66 (diff) |
Missed a label map, reverting till covered.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/MachineDebugInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/MachineDebugInfo.cpp b/lib/CodeGen/MachineDebugInfo.cpp index a48ec4f62e..bdbdd144fd 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<MachineDebugInfo>(); if (!MDI) return false; |