[llvm-commits] CVS: llvm/include/llvm/TypeSymbolTable.h

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 10 21:38:28 PST 2006



Changes in directory llvm/include/llvm:

TypeSymbolTable.h updated: 1.1 -> 1.2
---
Log message:

Simple is good, CVS log is for history, not the silly credits block


---
Diffs of the changes:  (+2 -4)

 TypeSymbolTable.h |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


Index: llvm/include/llvm/TypeSymbolTable.h
diff -u llvm/include/llvm/TypeSymbolTable.h:1.1 llvm/include/llvm/TypeSymbolTable.h:1.2
--- llvm/include/llvm/TypeSymbolTable.h:1.1	Tue Jan 10 03:51:48 2006
+++ llvm/include/llvm/TypeSymbolTable.h	Tue Jan 10 23:38:15 2006
@@ -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.
 //
 //===----------------------------------------------------------------------===//
 //






More information about the llvm-commits mailing list