diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-11-08 14:17:45 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-11-08 14:17:45 +0000 |
commit | 6ea0f6bce837a0133f9f0bc0ee0f1f7eb1e91644 (patch) | |
tree | c80f04665bb8e8741a85472e7b2b8b07ff9a93ee /lib/CodeGen/MachineDebugInfo.cpp | |
parent | b8244e4f6be4dd49817c95a433a5188a5e5c7fd9 (diff) |
Now can re-enable debug label folding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31549 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; |