diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-05 13:18:02 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-05 13:18:02 -0400 |
commit | 373e7d695e06fbd500c63493eef483a0e406f82c (patch) | |
tree | 534e5d2725421dfa9f0bcf22243d929403002dbd /gcc | |
parent | 1139608504938dc663efb1643d5708185d8858ff (diff) | |
download | gcc-373e7d695e06fbd500c63493eef483a0e406f82c.zip gcc-373e7d695e06fbd500c63493eef483a0e406f82c.tar.gz gcc-373e7d695e06fbd500c63493eef483a0e406f82c.tar.bz2 |
Fix typo in comment.
From-SVN: r11927
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index e49b93c..955c416 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -3854,7 +3854,7 @@ expand_and (op0, op1, target) to perform the operation. It says to use zero-extension. NORMALIZEP is 1 if we should convert the result to be either zero - or one one. Normalize is -1 if we should convert the result to be + or one. Normalize is -1 if we should convert the result to be either zero or -1. If NORMALIZEP is zero, the result will be left "raw" out of the scc insn. */ |