Accidently reran commit.
[oota-llvm.git] / lib / CodeGen / MachineDebugInfo.cpp
index bdbdd144fd7d16c67bcf807cbab4e7cf1b42003b..a48ec4f62ecf793f0ddbc89314637fa699f7a2d5 100644 (file)
@@ -1629,6 +1629,9 @@ 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;