]> granicus.if.org Git - llvm/commitdiff
Add missing module/license header. NFC.
authorPaul Robinson <paul.robinson@sony.com>
Wed, 1 Mar 2017 00:14:42 +0000 (00:14 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 1 Mar 2017 00:14:42 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296550 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index 147f03e2c6d315501767e8a685e726a00f8e7286..35f9515d8355b6bc5ad5ca29120f40fa320f8df9 100644 (file)
@@ -1,3 +1,16 @@
+//===-- llvm/CodeGen/DwarfCompileUnit.cpp - Dwarf Compile Units -----------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file contains support for constructing a dwarf compile unit.
+//
+//===----------------------------------------------------------------------===//
+
 #include "DwarfCompileUnit.h"
 #include "DwarfExpression.h"
 #include "llvm/CodeGen/MachineFunction.h"