Accidently reran commit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31516 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineDebugInfo.cpp b/lib/CodeGen/MachineDebugInfo.cpp
index bdbdd14..a48ec4f 100644
--- a/lib/CodeGen/MachineDebugInfo.cpp
+++ b/lib/CodeGen/MachineDebugInfo.cpp
@@ -1629,6 +1629,9 @@
 };
 
 bool DebugLabelFolder::runOnMachineFunction(MachineFunction &MF) {
+  // FIXME - Missing label mapping.
+  return false;
+  
   // Get machine debug info.
   MachineDebugInfo *MDI = getAnalysisToUpdate<MachineDebugInfo>();
   if (!MDI) return false;