From: Chris Lattner Date: Wed, 11 Jan 2006 05:38:55 +0000 (+0000) Subject: Simple is good X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f1b59d4172f5967a3a955dce1822cc665b0cc51c;p=oota-llvm.git Simple is good git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25205 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/TypeSymbolTable.cpp b/lib/VMCore/TypeSymbolTable.cpp index e2712d0de6c..9a572238cc7 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. // //===----------------------------------------------------------------------===// //