blob: 2e70d5f25e95757d0f491d7a6753ccc474897ece [file] [log] [blame]
David Greeneb5257662009-08-03 21:55:09 +00001//===- lib/Support/Dump.h - Virtual function homes --------------*- C++ -*-===//
2//
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//
10// This file provides the PrefixPrinter virtual function homes.
11//
12//===----------------------------------------------------------------------===//
13
14#include "llvm/CodeGen/Dump.h"
15
16using namespace llvm;
17
18PrefixPrinter::~PrefixPrinter() {}