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 | 62bbc9ef582678536402b18dd3aab3c9366dd4b0 (patch) | |
tree | 113e1769839c21c0029b2f54bd8dec3a33870636 /llvm/lib/CodeGen/MachineDebugInfo.cpp | |
parent | ac05d7d0846988fd367e5148a4023a228e862294 (diff) | |
download | bcm5719-llvm-62bbc9ef582678536402b18dd3aab3c9366dd4b0.tar.gz bcm5719-llvm-62bbc9ef582678536402b18dd3aab3c9366dd4b0.zip |
Now can re-enable debug label folding.
llvm-svn: 31549
Diffstat (limited to 'llvm/lib/CodeGen/MachineDebugInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineDebugInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/MachineDebugInfo.cpp b/llvm/lib/CodeGen/MachineDebugInfo.cpp index a48ec4f62ec..bdbdd144fd7 100644 --- a/llvm/lib/CodeGen/MachineDebugInfo.cpp +++ b/llvm/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; |