[llvm-commits] CVS: llvm/lib/CodeGen/MachineDebugInfo.cpp

Jim Laskey jlaskey at apple.com
Tue Nov 7 13:37:45 PST 2006



Changes in directory llvm/lib/CodeGen:

MachineDebugInfo.cpp updated: 1.56 -> 1.57
---
Log message:

Missed a label map, reverting till covered.

---
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.56 llvm/lib/CodeGen/MachineDebugInfo.cpp:1.57
--- llvm/lib/CodeGen/MachineDebugInfo.cpp:1.56	Tue Nov  7 14:53:05 2006
+++ llvm/lib/CodeGen/MachineDebugInfo.cpp	Tue Nov  7 15:37:31 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