diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-13 17:07:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-13 17:07:22 -0400 |
commit | 1c6bc8174123898b448bf98bcd76a1a88afe0799 (patch) | |
tree | 8ee7abc550a160307985b12a6a803baba5daf910 /gcc | |
parent | 8ab861c70226cb06cb2ebe21943e5e5f4c5012ce (diff) | |
download | gcc-1c6bc8174123898b448bf98bcd76a1a88afe0799.zip gcc-1c6bc8174123898b448bf98bcd76a1a88afe0799.tar.gz gcc-1c6bc8174123898b448bf98bcd76a1a88afe0799.tar.bz2 |
Edit comment.
From-SVN: r4136
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7660,7 +7660,7 @@ compare_from_rtx (op0, op1, code, unsignedp, mode, size, align) #if 0 /* There's no need to do this now that combine.c can eliminate lots of sign extensions. This can be less efficient in certain cases on other - machines. + machines. */ /* If this is a signed equality comparison, we can do it as an unsigned comparison since zero-extension is cheaper than sign |