From: Richard Kenner Date: Tue, 3 Oct 1995 16:17:19 +0000 (-0400) Subject: Update comments. X-Git-Tag: misc/cutover-egcs-0~3541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8465d7089fea32466f5361dcb0a295af87d5453;p=thirdparty%2Fgcc.git Update comments. From-SVN: r10423 --- diff --git a/gcc/loop.c b/gcc/loop.c index 284b96c13148..8711cc042008 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -1,4 +1,4 @@ -/* Move constant computations out of loops. +/* Perform various loop optimizations, including strength reduction. Copyright (C) 1987, 88, 89, 91-4, 1995 Free Software Foundation, Inc. This file is part of GNU CC.