[llvm-commits] CVS: llvm/lib/CodeGen/MachineDebugInfo.cpp
Jim Laskey
jlaskey at apple.com
Wed Nov 8 06:17:59 PST 2006
Changes in directory llvm/lib/CodeGen:
MachineDebugInfo.cpp updated: 1.58 -> 1.59
---
Log message:
Now can re-enable debug label folding.
---
Diffs of the changes: (+0 -3)
MachineDebugInfo.cpp | 3 ---
1 files changed, 3 deletions(-)
Index: llvm/lib/CodeGen/MachineDebugInfo.cpp
diff -u llvm/lib/CodeGen/MachineDebugInfo.cpp:1.58 llvm/lib/CodeGen/MachineDebugInfo.cpp:1.59
--- llvm/lib/CodeGen/MachineDebugInfo.cpp:1.58 Tue Nov 7 15:58:55 2006
+++ llvm/lib/CodeGen/MachineDebugInfo.cpp Wed Nov 8 08:17:45 2006
@@ -1629,9 +1629,6 @@
};
bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
- // FIXME - Missing label mapping.
- return false;
-
// Get machine debug info.
MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
if (!MDI) return false;
More information about the llvm-commits
mailing list