From c8465d7089fea32466f5361dcb0a295af87d5453 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 3 Oct 1995 12:17:19 -0400 Subject: [PATCH] Update comments. From-SVN: r10423 --- gcc/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.5