summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCPureStreamer.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-11-28 15:09:24 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-11-28 15:09:24 +0000
commitb746531c2ccfc2dca4ce441d719258dbd6e60255 (patch)
treebcb0e775e2389f91fc30aef6230820c9e039fbaf /llvm/lib/MC/MCPureStreamer.cpp
parentfd374cbcf792fe0b96d17236560b9cde8b879262 (diff)
downloadbcm5719-llvm-b746531c2ccfc2dca4ce441d719258dbd6e60255.tar.gz
bcm5719-llvm-b746531c2ccfc2dca4ce441d719258dbd6e60255.zip
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
llvm-svn: 120243
Diffstat (limited to 'llvm/lib/MC/MCPureStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCPureStreamer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCPureStreamer.cpp b/llvm/lib/MC/MCPureStreamer.cpp
index 2dfb389f092..ad365d981a3 100644
--- a/llvm/lib/MC/MCPureStreamer.cpp
+++ b/llvm/lib/MC/MCPureStreamer.cpp
@@ -91,9 +91,6 @@ public:
virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size) {
report_fatal_error("unsupported directive in pure streamer");
}
- virtual void EmitGPRel32Value(const MCExpr *Value) {
- report_fatal_error("unsupported directive in pure streamer");
- }
virtual void EmitFileDirective(StringRef Filename) {
report_fatal_error("unsupported directive in pure streamer");
}
OpenPOWER on IntegriCloud