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;



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to