summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineDebugInfo.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-11-08 14:17:45 +0000
committerJim Laskey <jlaskey@mac.com>2006-11-08 14:17:45 +0000
commit62bbc9ef582678536402b18dd3aab3c9366dd4b0 (patch)
tree113e1769839c21c0029b2f54bd8dec3a33870636 /llvm/lib/CodeGen/MachineDebugInfo.cpp
parentac05d7d0846988fd367e5148a4023a228e862294 (diff)
downloadbcm5719-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.cpp3
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;
OpenPOWER on IntegriCloud