David Greene | b525766 | 2009-08-03 21:55:09 +0000 | [diff] [blame] | 1 | //===- 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 | |
| 16 | using namespace llvm; |
| 17 | |
| 18 | PrefixPrinter::~PrefixPrinter() {} |