Merge alignment of common GlobalValue.
[oota-llvm.git] / lib / Target / Hexagon / HexagonMachineScheduler.cpp
index 4c040bf7e88e423333db66c6f350860f852c7911..97c626fdf7af1f36354e33aadfe9b10b03d3e55f 100644 (file)
@@ -145,7 +145,7 @@ void VLIWMachineScheduler::schedule() {
         << "********** MI Converging Scheduling VLIW BB#" << BB->getNumber()
         << " " << BB->getName()
         << " in_func " << BB->getParent()->getFunction()->getName()
-        << " at loop depth "  << MLI.getLoopDepth(BB)
+        << " at loop depth "  << MLI->getLoopDepth(BB)
         << " \n");
 
   buildDAGWithRegPressure();