Masked gather and scatter - added DAGCombine visitors
[oota-llvm.git] / lib / CodeGen / StackColoring.cpp
index 2bf2d642e1cc923346b28583980bb3ad71524a85..f9a2072ab31f63ce239fe2a70d1537cc4c360a25 100644 (file)
@@ -464,7 +464,7 @@ void StackColoring::remapInstructions(DenseMap<int, int> &SlotRemap) {
       continue;
     if (SlotRemap.count(VI.Slot)) {
       DEBUG(dbgs() << "Remapping debug info for ["
-                   << cast<MDLocalVariable>(VI.Var)->getName() << "].\n");
+                   << cast<DILocalVariable>(VI.Var)->getName() << "].\n");
       VI.Slot = SlotRemap[VI.Slot];
       FixedDbg++;
     }