blob: bb8cfa1cc809c33e7b09cf4566c0a4e64bcf4725 [file] [log] [blame]
Gordon Henriksend930f912008-08-17 18:44:35 +00001//===-- GCMetadataPrinter.cpp - Garbage collection infrastructure ---------===//
Gordon Henriksenbcef14d2008-08-17 12:56:54 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
Gordon Henriksend930f912008-08-17 18:44:35 +000010// This file implements the abstract base class GCMetadataPrinter.
Gordon Henriksenbcef14d2008-08-17 12:56:54 +000011//
12//===----------------------------------------------------------------------===//
13
Gordon Henriksend930f912008-08-17 18:44:35 +000014#include "llvm/CodeGen/GCMetadataPrinter.h"
Gordon Henriksenbcef14d2008-08-17 12:56:54 +000015using namespace llvm;
16
Philip Reames36319532015-01-16 23:16:12 +000017GCMetadataPrinter::GCMetadataPrinter() {}
Gordon Henriksenbcef14d2008-08-17 12:56:54 +000018
Philip Reames36319532015-01-16 23:16:12 +000019GCMetadataPrinter::~GCMetadataPrinter() {}