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
This commit is contained in:
Misha Brukman 2003-09-22 21:57:56 +00:00
parent 763f5ae902
commit 22b9aab760

View File

@ -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"