On Dec 3, 2007, at 3:14 PM, Scott Michel wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=44559&view=rev
> Log:
> More CellSPU files... more to follow.

Very nice Scott!

> +//===-- SPU.h - Top-level interface for Cell SPU Target ---------- 
> *- C++ -*-==//
> +//
> +//                     The LLVM Compiler Infrastructure
> +//
> +// This file was developed by a team from the Computer Systems  
> Research
> +// Department at The Aerospace Corporation.
> +//
> +// See README.txt for details.

Please use the standard LLVM header blurb.  Specifically, please use:

// This file was developed by XXX and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for  
details.

where you can replace XXX with whatever you want, for example:

// This file was developed by the Computer Systems Research Department  
at The
// Aerospace Corporation and is distributed under the University of  
Illinois Open
// Source License. See LICENSE.TXT for details.

or something shorter :)


the code looks great so far!

-Chris

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to