Fix a few more places to use PadToColumn instead of tabs. And fix
[oota-llvm.git] / lib / CodeGen / Dump.cpp
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() {}