[llvm-commits] [llvm] r44559 - in /llvm/trunk/lib/Target/CellSPU: SPU.h SPU.td

Chris Lattner clattner at apple.com
Mon Dec 3 21:50:45 PST 2007


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




More information about the llvm-commits mailing list