diff options
author | Scott Michel <scottm@aero.org> | 2007-12-05 01:40:25 +0000 |
---|---|---|
committer | Scott Michel <scottm@aero.org> | 2007-12-05 01:40:25 +0000 |
commit | d1b5b9f68ca8076c710760ecfa382bbafca5023d (patch) | |
tree | d8b23aead6dfde0c5fa68308e1912abdc22b4aa4 /llvm/lib/Target/CellSPU/SPUInstrBuilder.h | |
parent | 8d35728607d49f081c3bb06eec245b40904350d2 (diff) | |
download | bcm5719-llvm-d1b5b9f68ca8076c710760ecfa382bbafca5023d.tar.gz bcm5719-llvm-d1b5b9f68ca8076c710760ecfa382bbafca5023d.zip |
Updated source file headers to llvm coding standard.
llvm-svn: 44597
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUInstrBuilder.h')
-rw-r--r-- | llvm/lib/Target/CellSPU/SPUInstrBuilder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUInstrBuilder.h b/llvm/lib/Target/CellSPU/SPUInstrBuilder.h index 58e455f9f19..074e1739c7a 100644 --- a/llvm/lib/Target/CellSPU/SPUInstrBuilder.h +++ b/llvm/lib/Target/CellSPU/SPUInstrBuilder.h @@ -2,6 +2,10 @@ // // The LLVM Compiler Infrastructure // +// This file was developed by a team from 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. +// //===----------------------------------------------------------------------===// // // This file exposes functions that may be used with BuildMI from the |