Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 9cd615adeb878c7b1e03811957a59489644a3b7d..7e3fe665402983b6dc0f6b87f655b30eb2084656 100644 (file)
@@ -274,7 +274,7 @@ namespace llvm {
     ///
     /// This is used to implement assembler directives such as .gprel32 on
     /// targets that support them.
-    virtual void EmitGPRel32Value(const MCExpr *Value) = 0;
+    virtual void EmitGPRel32Value(const MCExpr *Value);
 
     /// EmitFill - Emit NumBytes bytes worth of the value specified by
     /// FillValue.  This implements directives such as '.space'.