DebugInfo: DIRef<> => TypedDebugNodeRef<>
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
index b59c5e3e049b4b8a2d578d8bcff7815d137745be..97c9855fe14eec1aa1ea27760b3689c1b19749dc 100644 (file)
@@ -129,7 +129,7 @@ bool DebugLocDwarfExpression::isFrameRegister(unsigned MachineReg) {
 
 /// resolve - Look in the DwarfDebug map for the MDNode that
 /// corresponds to the reference.
-template <typename T> T DbgVariable::resolve(DIRef<T> Ref) const {
+template <typename T> T *DbgVariable::resolve(TypedDebugNodeRef<T> Ref) const {
   return DD->resolve(Ref);
 }