aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2000-04-18 18:14:10 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2000-04-18 14:14:10 -0400
commit749a2da1bae8c0c91746d37b330626485566b308 (patch)
tree3b114c4a2f0a4500d5c382d1a3fa41ad85ca34be /gcc/optabs.c
parent83c1f6283efe9b71a6ea71a3761aa2110214be5b (diff)
downloadgcc-749a2da1bae8c0c91746d37b330626485566b308.zip
gcc-749a2da1bae8c0c91746d37b330626485566b308.tar.gz
gcc-749a2da1bae8c0c91746d37b330626485566b308.tar.bz2
c-decl.c (mark_binding_level): Use 'for' instead of `while'.
* c-decl.c (mark_binding_level): Use 'for' instead of `while'. * conflict.c: Minor cleanups. * optabs.c: Add blank line * simplify-rtx.c: From-SVN: r33226
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 5f2a76a..304eb74 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -3098,6 +3098,7 @@ prepare_cmp_insn (px, py, pcomparison, size, pmode, punsignedp, align,
to be used for operand OPNUM of the insn, is converted from mode MODE to
WIDER_MODE (UNSIGNEDP determines whether it is a unsigned conversion), and
that it is accepted by the operand predicate. Return the new value. */
+
rtx
prepare_operand (icode, x, opnum, mode, wider_mode, unsignedp)
int icode;