There are a few places where subtarget features are still
[oota-llvm.git] / lib / MC / MCNullStreamer.cpp
index e3abc944ebd8578bd0bed080ec6f82793763c19f..eb2d91254b34227031aadea5c910f40a4cd2e61a 100644 (file)
@@ -29,13 +29,11 @@ namespace {
       return true;
     }
 
-
     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 EmitInstruction(const MCInst &Inst, const MCSubtargetInfo&) override {}
+    void EmitGPRel32Value(const MCExpr *Value) override {}
   };
 
 }