diff options
author | Dale Johannesen <dalej@apple.com> | 2007-02-25 01:42:36 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-02-25 01:42:36 +0000 |
commit | e80e31eadaf6cfd396b770d46bfb304906a8cda3 (patch) | |
tree | b7ee2aff4230cc301ed3c3afb8049d17cc078d6e /llvm/lib/Target | |
parent | 168c5856bfc1a8369b22ba062d96da91ea026d3d (diff) | |
download | bcm5719-llvm-e80e31eadaf6cfd396b770d46bfb304906a8cda3.tar.gz bcm5719-llvm-e80e31eadaf6cfd396b770d46bfb304906a8cda3.zip |
remove crediting of Evan Cheng and me.
llvm-svn: 34568
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp index 71633cd09da..422e0e4cb71 100644 --- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -4,7 +4,6 @@ // // This file was developed by Chris Lattner and is distributed under the // University of Illinois Open Source License. See LICENSE.TXT for details. -// Substantial modifications by Evan Cheng and Dale Johannesen. // //===----------------------------------------------------------------------===// // |