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 | 43e7c5efb26fbbfe3b55e101ddeb66cd3f908fe6 (patch) | |
tree | 326b9799f6a34a304d1d78d23de1986c1b30a6e0 /lib/Target/CellSPU/SPU.td | |
parent | 191ce4a30b7f567ff3d30c2bcc0cd51113a9778d (diff) | |
download | external_llvm-43e7c5efb26fbbfe3b55e101ddeb66cd3f908fe6.zip external_llvm-43e7c5efb26fbbfe3b55e101ddeb66cd3f908fe6.tar.gz external_llvm-43e7c5efb26fbbfe3b55e101ddeb66cd3f908fe6.tar.bz2 |
Updated source file headers to llvm coding standard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/SPU.td')
-rw-r--r-- | lib/Target/CellSPU/SPU.td | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/CellSPU/SPU.td b/lib/Target/CellSPU/SPU.td index ec41e54..14e7ccf 100644 --- a/lib/Target/CellSPU/SPU.td +++ b/lib/Target/CellSPU/SPU.td @@ -2,11 +2,10 @@ // // The LLVM Compiler Infrastructure // -// // This file was developed by a team from the Computer Systems Research -// Department at The Aerospace Corporation. +// Department at The Aerospace Corporation and is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // -// See README.txt for details. //===----------------------------------------------------------------------===// // // This is the top level entry point for the STI Cell SPU target machine. |