FastISel can only apend to basic blocks.
[oota-llvm.git] / lib / CodeGen / TargetLoweringObjectFileImpl.cpp
index 69d55913caf00916a41a507b71c8e75c638cffd7..7e7359a8feed9ee1eb5f508aa500158cfc0d78d8 100644 (file)
@@ -401,10 +401,6 @@ TargetLoweringObjectFileELF::InitializeELF(bool UseInitArray_) {
                                SectionKind::getDataRel());
 }
 
-const MCSymbolRefExpr *TargetLoweringObjectFileELF::getDebugThreadLocalSymbol(const MCSymbol *Sym) const {
-  return MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext());
-}
-
 //===----------------------------------------------------------------------===//
 //                                 MachO
 //===----------------------------------------------------------------------===//