summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/CodegenCleanup.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-06-22 16:29:28 +0000
committerTobias Grosser <tobias@grosser.es>2016-06-22 16:29:28 +0000
commit616449df6d5491fc8559e109c45bc9aeca7f083a (patch)
tree64b2ba8556de365d5f62c856d5838349849712d4 /polly/lib/CodeGen/CodegenCleanup.cpp
parent8dd653d983d75b1469322c0ba8e753d9863aa0dc (diff)
downloadbcm5719-llvm-616449df6d5491fc8559e109c45bc9aeca7f083a.tar.gz
bcm5719-llvm-616449df6d5491fc8559e109c45bc9aeca7f083a.zip
Add missing copyright header
This cleanup was suggested by Eugene Zelenko <eugene.zelenko@gmail.com> in http://reviews.llvm.org/D21488 and was split out to increase readability. llvm-svn: 273436
Diffstat (limited to 'polly/lib/CodeGen/CodegenCleanup.cpp')
-rw-r--r--polly/lib/CodeGen/CodegenCleanup.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/polly/lib/CodeGen/CodegenCleanup.cpp b/polly/lib/CodeGen/CodegenCleanup.cpp
index 74fae62476e..2d1e8f2bfb0 100644
--- a/polly/lib/CodeGen/CodegenCleanup.cpp
+++ b/polly/lib/CodeGen/CodegenCleanup.cpp
@@ -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"
OpenPOWER on IntegriCloud