summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-10-09 04:39:13 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-10-09 04:39:13 +0000
commitcc723cccabfc74c93bf99458f1a92caff0fc9504 (patch)
treea6f215552667197bc7175f1511a65c6f646ac1b7 /llvm/lib/MC/MCStreamer.cpp
parent5c924d71173afc93aa0f0d115bd445a7496f4294 (diff)
downloadbcm5719-llvm-cc723cccabfc74c93bf99458f1a92caff0fc9504.tar.gz
bcm5719-llvm-cc723cccabfc74c93bf99458f1a92caff0fc9504.zip
MC: Remove unused entities.
llvm-svn: 283691
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 124a1911a9a..11c548a9728 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -72,7 +72,6 @@ raw_ostream &MCStreamer::GetCommentOS() {
void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {}
void MCStreamer::addExplicitComment(const Twine &T) {}
-void MCStreamer::emitExplicitComments() {}
void MCStreamer::generateCompactUnwindEncodings(MCAsmBackend *MAB) {
for (auto &FI : DwarfFrameInfos)
@@ -713,9 +712,6 @@ void MCStreamer::EmitRawText(const Twine &T) {
EmitRawTextImpl(T.toStringRef(Str));
}
-void MCStreamer::EmitWindowsUnwindTables() {
-}
-
void MCStreamer::Finish() {
if (!DwarfFrameInfos.empty() && !DwarfFrameInfos.back().End)
report_fatal_error("Unfinished frame!");
OpenPOWER on IntegriCloud