From e6b4d09dda5ac70d672a8c61fb864dd21a20d9f9 Mon Sep 17 00:00:00 2001 From: Chandrakala Chavva Date: Thu, 19 Oct 2000 11:48:22 -0400 Subject: Minor corrections in comments. From-SVN: r36951 --- gcc/expmed.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gcc/expmed.c') diff --git a/gcc/expmed.c b/gcc/expmed.c index bdd9fa7..2605062 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -4492,10 +4492,9 @@ emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep) we can use zero-extension to the wider mode (an unsigned conversion) as the operation. */ - /* CYGNUS LOCAL - amylaar/-ftrapv: Note that ABS doesn't yield a - positive number for INT_MIN, but that is compensated by the - subsequent overflow when subtracting one / negating. - END CYGNUS LOCAL */ + /* Note that ABS doesn't yield a positive number for INT_MIN, but + that is compensated by the subsequent overflow when subtracting + one / negating. */ if (abs_optab->handlers[(int) mode].insn_code != CODE_FOR_nothing) tem = expand_unop (mode, abs_optab, op0, subtarget, 1); -- cgit v1.1