There are a few places where subtarget features are still
[oota-llvm.git] / lib / MC / MCNullStreamer.cpp
index d5434023db72518d82db31167bffaf933c9f2812..eb2d91254b34227031aadea5c910f40a4cd2e61a 100644 (file)
@@ -29,10 +29,9 @@ namespace {
       return true;
     }
 
-    void EmitCOFFSecRel32(MCSymbol const *Symbol) override {}
     void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
                           unsigned ByteAlignment) override {}
-    void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
+    void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
                       uint64_t Size = 0, unsigned ByteAlignment = 0) override {}
     void EmitGPRel32Value(const MCExpr *Value) override {}
   };