diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:39:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:39:45 +0000 |
commit | 21f0c31c43ce0e92659017787474824e09777b81 (patch) | |
tree | 7dc374914e4f4333085881d6d3a06ce6141036e1 /llvm/lib/VMCore/ValueSymbolTable.cpp | |
parent | 2b84e01ba0fa6f1bcd11c0586da5f56a8f0ed74e (diff) | |
download | bcm5719-llvm-21f0c31c43ce0e92659017787474824e09777b81.tar.gz bcm5719-llvm-21f0c31c43ce0e92659017787474824e09777b81.zip |
Simple is good. CVS is for revision control, not file headers
llvm-svn: 25206
Diffstat (limited to 'llvm/lib/VMCore/ValueSymbolTable.cpp')
-rw-r--r-- | llvm/lib/VMCore/ValueSymbolTable.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/ValueSymbolTable.cpp b/llvm/lib/VMCore/ValueSymbolTable.cpp index a355bbdd606..1e343e74747 100644 --- a/llvm/lib/VMCore/ValueSymbolTable.cpp +++ b/llvm/lib/VMCore/ValueSymbolTable.cpp @@ -2,9 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group and revised by Reid -// Spencer. It is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// This file was developed by the LLVM research group. It is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |