diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-10-03 12:17:19 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-10-03 12:17:19 -0400 |
commit | c8465d7089fea32466f5361dcb0a295af87d5453 (patch) | |
tree | 2556814545fdc13e6fca0a9f3796b8d32b44c516 | |
parent | 291dde90f05d74e7d121044c2a1d7800206d3ad4 (diff) | |
download | gcc-c8465d7089fea32466f5361dcb0a295af87d5453.zip gcc-c8465d7089fea32466f5361dcb0a295af87d5453.tar.gz gcc-c8465d7089fea32466f5361dcb0a295af87d5453.tar.bz2 |
Update comments.
From-SVN: r10423
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |