From 373e7d695e06fbd500c63493eef483a0e406f82c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 5 May 1996 13:18:02 -0400 Subject: [PATCH] Fix typo in comment. From-SVN: r11927 --- gcc/expmed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.7.4