aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-04-13 17:07:22 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-04-13 17:07:22 -0400
commit1c6bc8174123898b448bf98bcd76a1a88afe0799 (patch)
tree8ee7abc550a160307985b12a6a803baba5daf910
parent8ab861c70226cb06cb2ebe21943e5e5f4c5012ce (diff)
downloadgcc-1c6bc8174123898b448bf98bcd76a1a88afe0799.zip
gcc-1c6bc8174123898b448bf98bcd76a1a88afe0799.tar.gz
gcc-1c6bc8174123898b448bf98bcd76a1a88afe0799.tar.bz2
Edit comment.
From-SVN: r4136
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 7926a9e..95a046b 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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