[llvm] r207198 - Add missing cpp file header

David Blaikie dblaikie at gmail.com
Thu Apr 24 23:22:33 PDT 2014


Author: dblaikie
Date: Fri Apr 25 01:22:32 2014
New Revision: 207198

URL: http://llvm.org/viewvc/llvm-project?rev=207198&view=rev
Log:
Add missing cpp file header

Code review feedback from Paul Robinson on r207022

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.cpp?rev=207198&r1=207197&r2=207198&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AddressPool.cpp Fri Apr 25 01:22:32 2014
@@ -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"





More information about the llvm-commits mailing list