diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:38:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:38:55 +0000 |
commit | f1b59d4172f5967a3a955dce1822cc665b0cc51c (patch) | |
tree | 06a8da8b2b325cd3066064840b42b5627202b14c | |
parent | 0cf4bc79959e6dd1f0a31a7c7cf91da0f32c0b8d (diff) |
Simple is good
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25205 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/TypeSymbolTable.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/VMCore/TypeSymbolTable.cpp b/lib/VMCore/TypeSymbolTable.cpp index e2712d0de6..9a572238cc 100644 --- a/lib/VMCore/TypeSymbolTable.cpp +++ b/lib/VMCore/TypeSymbolTable.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 Reid Spencer. It is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |