Added LLVM project notice to the top of every C++ source file.

Header files will be on the way.

llvm-svn: 9298
This commit is contained in:
John Criswell
2003-10-20 19:43:21 +00:00
parent d77dd78c52
commit 482202a601
209 changed files with 1463 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
//===- DataStructureOpt.cpp - Data Structure Analysis Based Optimizations -===//
//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This pass uses DSA to a series of simple optimizations, like marking
// unwritten global variables 'constant'.