summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-25 06:22:32 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-25 06:22:32 +0000
commit3d79151a142c7e233221f883762daaca26b4ceb3 (patch)
tree2580a077cba77685811fa64f84817c9cde6c66f8 /lib
parentc848b1bbcf88ab5d8318d990612fb1fda206ea3d (diff)
downloadllvm-3d79151a142c7e233221f883762daaca26b4ceb3.tar.gz
llvm-3d79151a142c7e233221f883762daaca26b4ceb3.tar.bz2
llvm-3d79151a142c7e233221f883762daaca26b4ceb3.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/AddressPool.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/AddressPool.cpp b/lib/CodeGen/AsmPrinter/AddressPool.cpp
index 81ef619ba7..222717b81b 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"