diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:38:15 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:38:15 +0000 |
| commit | cbfaea0340bde71dd63334b2d7e2b53fbfc991f7 (patch) | |
| tree | df6ae2afbc3feb509e26f4a8b7a26c423308a760 /llvm | |
| parent | 0770d8e32630e91f057b7972254c8d2ebbc3be61 (diff) | |
| download | bcm5719-llvm-cbfaea0340bde71dd63334b2d7e2b53fbfc991f7.tar.gz bcm5719-llvm-cbfaea0340bde71dd63334b2d7e2b53fbfc991f7.zip | |
Simple is good, CVS log is for history, not the silly credits block
llvm-svn: 25204
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/TypeSymbolTable.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/include/llvm/TypeSymbolTable.h b/llvm/include/llvm/TypeSymbolTable.h index 6511be03db0..a31525bdc7c 100644 --- a/llvm/include/llvm/TypeSymbolTable.h +++ b/llvm/include/llvm/TypeSymbolTable.h @@ -2,10 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer based on the original SymbolTable -// implemented by the LLVM Research Group and re-written by Reid Spencer. -// It is distributed under the University of Illinois Open Source License. -// See LICENSE.TXT for details. +// This file was developed by Reid Spencer. It is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |

