[polly] r310612 - Add missing license text to two headers. NFC.

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 08:40:36 PDT 2017


Author: pfaffe
Date: Thu Aug 10 08:40:36 2017
New Revision: 310612

URL: http://llvm.org/viewvc/llvm-project?rev=310612&view=rev
Log:
Add missing license text to two headers. NFC.

Modified:
    polly/trunk/include/polly/CodePreparation.h
    polly/trunk/include/polly/JSONExporter.h

Modified: polly/trunk/include/polly/CodePreparation.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodePreparation.h?rev=310612&r1=310611&r2=310612&view=diff
==============================================================================
--- polly/trunk/include/polly/CodePreparation.h (original)
+++ polly/trunk/include/polly/CodePreparation.h Thu Aug 10 08:40:36 2017
@@ -1,3 +1,16 @@
+//===- polly/ScopPreparation.h - Code preparation pass ----------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// Prepare the Function for polyhedral codegeneration.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef POLLY_CODEPREPARATION_H
 #define POLLY_CODEPREPARATION_H
 

Modified: polly/trunk/include/polly/JSONExporter.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/JSONExporter.h?rev=310612&r1=310611&r2=310612&view=diff
==============================================================================
--- polly/trunk/include/polly/JSONExporter.h (original)
+++ polly/trunk/include/polly/JSONExporter.h Thu Aug 10 08:40:36 2017
@@ -1,3 +1,12 @@
+//===- polly/JSONExporter.h - Import/Export to/from jscop files.-*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef POLLY_JSONEXPORTER_H
 #define POLLY_JSONEXPORTER_H
 




More information about the llvm-commits mailing list