From: Richard Kenner Date: Sun, 5 May 1996 17:18:02 +0000 (-0400) Subject: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=373e7d695e06fbd500c63493eef483a0e406f82c;p=gcc.git Fix typo in comment. From-SVN: r11927 --- 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. */