[llvm-commits] CVS: llvm/lib/VMCore/TypeSymbolTable.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 10 21:39:07 PST 2006



Changes in directory llvm/lib/VMCore:

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

Simple is good


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

 TypeSymbolTable.cpp |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


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






More information about the llvm-commits mailing list