Don't assert if we can't constant fold extract/insertvalue
[oota-llvm.git] / include / llvm / CodeGen / TargetLoweringObjectFileImpl.h
index 5e11ecf7759b48d5e2994545d37083669a6ea749..5b22c9c685ae600bd1ece1a6491106254de12580 100644 (file)
@@ -72,9 +72,6 @@ public:
   getStaticCtorSection(unsigned Priority = 65535) const;
   virtual const MCSection *
   getStaticDtorSection(unsigned Priority = 65535) const;
-
-  /// \brief Describe a TLS variable address within debug info.
-  virtual const MCSymbolRefExpr *getDebugThreadLocalSymbol(const MCSymbol *Sym) const;
 };