Commit e6b4d09d by Chandrakala Chavva Committed by Chandra Chavva

Minor corrections in comments.

From-SVN: r36951
parent 3d2adde6
2000-10-19 Chandrakala Chavva <cchavva@redhat.com>
* expmed.c: Minor corrections in comments.
* invoke.texi: Added desciption for the new option -ftrapv.
2000-10-19 Chandrakala Chavva <cchavva@redhat.com>
* libgcc2.c: Added the missing #endif.
Thu Oct 19 14:25:11 MET DST 2000 Jan Hubicka <jh@suse.cz>
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment