From: Misha Brukman Date: Mon, 22 Sep 2003 21:57:56 +0000 (+0000) Subject: Credits now go into the top-level CREDITS.TXT X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=22b9aab760fbb9191674b73e228b99d246ad3665;p=oota-llvm.git Credits now go into the top-level CREDITS.TXT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/Reassociate.cpp b/lib/Transforms/Scalar/Reassociate.cpp index 94446d09b85..892010af70a 100644 --- a/lib/Transforms/Scalar/Reassociate.cpp +++ b/lib/Transforms/Scalar/Reassociate.cpp @@ -14,9 +14,6 @@ // (starting at 2), which effectively gives values in deep loops higher rank // than values not in loops. // -// This code was originally written by Chris Lattner, and was then cleaned up -// and perfected by Casey Carter. -// //===----------------------------------------------------------------------===// #include "llvm/Transforms/Scalar.h"