From 69d0cf06bc3ed24cd1059487d6aa77b7cc2421b9 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 25 Apr 2014 06:22:32 +0000 Subject: Add missing cpp file header Code review feedback from Paul Robinson on r207022 llvm-svn: 207198 --- llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp b/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp index 81ef619ba77..222717b81b1 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp @@ -1,3 +1,11 @@ +//===-- llvm/CodeGen/AddressPool.cpp - Dwarf Debug Framework ---*- C++ -*--===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// #include "AddressPool.h" #include "llvm/CodeGen/AsmPrinter.h" -- cgit v1.2.3