From: David Blaikie Date: Fri, 25 Apr 2014 06:22:32 +0000 (+0000) Subject: Add missing cpp file header X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3d79151a142c7e233221f883762daaca26b4ceb3;p=oota-llvm.git Add missing cpp file header Code review feedback from Paul Robinson on r207022 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207198 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/AddressPool.cpp b/lib/CodeGen/AsmPrinter/AddressPool.cpp index 81ef619ba77..222717b81b1 100644 --- a/lib/CodeGen/AsmPrinter/AddressPool.cpp +++ b/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"