diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-08-08 22:06:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-08-08 22:06:48 +0000 |
commit | 30f7a3786cb384b94caaf87cb231f3d8c8f8acbc (patch) | |
tree | 77dd07a40f045e97f39b2d3535ca6f4cc0a8e9a8 /gcc/expmed.c | |
parent | 35e17f7e33498b9b9a152758dc621ee7638fdb52 (diff) | |
download | gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.zip gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.gz gcc-30f7a3786cb384b94caaf87cb231f3d8c8f8acbc.tar.bz2 |
dbxout.c: Fix comment formatting.
* dbxout.c: Fix comment formatting.
* dependence.c: Likewise.
* df.c: Likewise.
* diagnostic.c: Likewise.
* dominance.c: Likewise.
* doprint.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
From-SVN: r44729
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 d334f6d..68efa79 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -4557,7 +4557,7 @@ emit_store_flag (target, code, op0, op1, mode, unsignedp, normalizep) /* Note that ABS doesn't yield a positive number for INT_MIN, but that is compensated by the subsequent overflow when subtracting - one / negating. */ + one / negating. */ if (abs_optab->handlers[(int) mode].insn_code != CODE_FOR_nothing) tem = expand_unop (mode, abs_optab, op0, subtarget, 1); |