diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-05 17:18:02 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-05 17:18:02 +0000 |
commit | 487f8fec2f208a6b89a4ba6bad1b8f34ba548b0e (patch) | |
tree | 534e5d2725421dfa9f0bcf22243d929403002dbd /gcc/expmed.c | |
parent | 9ba73b8dd785c7594723b0ef466de9e60de1186f (diff) | |
download | gcc-487f8fec2f208a6b89a4ba6bad1b8f34ba548b0e.tar.gz |
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expmed.c')
-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 e49b93c89ef..955c4163177 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. */ |