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 | a919ba9abd23b3096a521eed8faca7be4ca6c195 (patch) | |
tree | a60ae7a8cb61bff4f1a5844b4c3febd0a13167d1 /llvm/lib/CodeGen/MachineDebugInfo.cpp | |
parent | 6e5a113923d6d047d584d63176f02d598b72f958 (diff) | |
download | bcm5719-llvm-a919ba9abd23b3096a521eed8faca7be4ca6c195.tar.gz bcm5719-llvm-a919ba9abd23b3096a521eed8faca7be4ca6c195.zip |
Missed a label map, reverting till covered.
llvm-svn: 31514
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; |