aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-10-03 12:17:19 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-10-03 12:17:19 -0400
commitc8465d7089fea32466f5361dcb0a295af87d5453 (patch)
tree2556814545fdc13e6fca0a9f3796b8d32b44c516
parent291dde90f05d74e7d121044c2a1d7800206d3ad4 (diff)
downloadgcc-c8465d7089fea32466f5361dcb0a295af87d5453.zip
gcc-c8465d7089fea32466f5361dcb0a295af87d5453.tar.gz
gcc-c8465d7089fea32466f5361dcb0a295af87d5453.tar.bz2
Update comments.
From-SVN: r10423
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 284b96c..8711cc0 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.