[polly] r273436 - Add missing copyright header

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 09:29:29 PDT 2016


Author: grosser
Date: Wed Jun 22 11:29:28 2016
New Revision: 273436

URL: http://llvm.org/viewvc/llvm-project?rev=273436&view=rev
Log:
Add missing copyright header

This cleanup was suggested by Eugene Zelenko <eugene.zelenko at gmail.com> in
http://reviews.llvm.org/D21488 and was split out to increase readability.

Modified:
    polly/trunk/lib/CodeGen/CodegenCleanup.cpp

Modified: polly/trunk/lib/CodeGen/CodegenCleanup.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/CodegenCleanup.cpp?rev=273436&r1=273435&r2=273436&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/CodegenCleanup.cpp (original)
+++ polly/trunk/lib/CodeGen/CodegenCleanup.cpp Wed Jun 22 11:29:28 2016
@@ -1,3 +1,12 @@
+//===- CodegenCleanup.cpp -------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #include "polly/CodeGen/CodegenCleanup.h"
 
 #include "llvm/Analysis/CFLAliasAnalysis.h"




More information about the llvm-commits mailing list