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:
@@ -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'.
|
||||
|
||||
Reference in New Issue
Block a user