diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-23 10:25:56 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-23 10:25:56 -0400 |
commit | a2cabb29bdf400bb81581e68f0fb36c4802bc343 (patch) | |
tree | b314f8f4e8e45e9242adbf5491cfc2e1c860e94c /gcc | |
parent | f4ca236c56cd538011d27f23a2d2f08091fb3c9f (diff) | |
download | gcc-a2cabb29bdf400bb81581e68f0fb36c4802bc343.zip gcc-a2cabb29bdf400bb81581e68f0fb36c4802bc343.tar.gz gcc-a2cabb29bdf400bb81581e68f0fb36c4802bc343.tar.bz2 |
Correct comments.
From-SVN: r12775
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2602,7 +2602,7 @@ canon_reg (x, insn) return x; } -/* LOC is a location with INSN that is an operand address (the contents of +/* LOC is a location within INSN that is an operand address (the contents of a MEM). Find the best equivalent address to use that is valid for this insn. |