[mips] Add support for calling convention CC_MipsO32_FP64, which is used when the
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
index fc50aa5192a7606892f4c9a2e30c3cfdb4e6ff3a..cd810b624f56613dc90f9c4ad28ea39521440844 100644 (file)
@@ -318,7 +318,7 @@ getTTypeReference(const MCSymbolRefExpr *Sym, unsigned Encoding,
   }
 }
 
-const MCSymbolRefExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const {
+const MCExpr *TargetLoweringObjectFile::getDebugThreadLocalSymbol(const MCSymbol *Sym) const {
   // FIXME: It's not clear what, if any, default this should have - perhaps a
   // null return could mean 'no location' & we should just do that here.
   return MCSymbolRefExpr::Create(Sym, *Ctx);