[llvm-commits] CVS: llvm/lib/Support/APInt.cpp
Reid Spencer
reid at x10sys.com
Tue Feb 27 11:31:26 PST 2007
Changes in directory llvm/lib/Support:
APInt.cpp updated: 1.53 -> 1.54
---
Log message:
Conform to single person attribution in file comment.
---
Diffs of the changes: (+2 -3)
APInt.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/lib/Support/APInt.cpp
diff -u llvm/lib/Support/APInt.cpp:1.53 llvm/lib/Support/APInt.cpp:1.54
--- llvm/lib/Support/APInt.cpp:1.53 Tue Feb 27 12:23:40 2007
+++ llvm/lib/Support/APInt.cpp Tue Feb 27 13:31:09 2007
@@ -2,9 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file was developed by Sheng Zhou and Reid Spencer and is distributed
-// under the University of Illinois Open Source License. See LICENSE.TXT
-// for details.
+// This file was developed by Sheng Zhou and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
More information about the llvm-commits
mailing list