[llvm-commits] CVS: llvm/lib/VMCore/ValueSymbolTable.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 10 21:39:58 PST 2006
Changes in directory llvm/lib/VMCore:
ValueSymbolTable.cpp updated: 1.1 -> 1.2
---
Log message:
Simple is good. CVS is for revision control, not file headers
---
Diffs of the changes: (+2 -3)
ValueSymbolTable.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/lib/VMCore/ValueSymbolTable.cpp
diff -u llvm/lib/VMCore/ValueSymbolTable.cpp:1.1 llvm/lib/VMCore/ValueSymbolTable.cpp:1.2
--- llvm/lib/VMCore/ValueSymbolTable.cpp:1.1 Tue Jan 10 03:51:48 2006
+++ llvm/lib/VMCore/ValueSymbolTable.cpp Tue Jan 10 23:39:45 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 the LLVM research group. It is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
More information about the llvm-commits
mailing list