diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 19:31:09 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 19:31:09 +0000 |
commit | 997d9e45854978a3de8e30d996716d0dc6eb857b (patch) | |
tree | 9ec053b21a7d0f746bfabc99b7b5e9f2fd2e83ae /llvm/lib/Support | |
parent | ac419b52ad86cd3a350c0cc8c5239ff0e65b2d63 (diff) | |
download | bcm5719-llvm-997d9e45854978a3de8e30d996716d0dc6eb857b.tar.gz bcm5719-llvm-997d9e45854978a3de8e30d996716d0dc6eb857b.zip |
Conform to single person attribution in file comment.
llvm-svn: 34678
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 8d4c8ae6e06..6939c21b813 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp @@ -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. // //===----------------------------------------------------------------------===// // |