From 749a2da1bae8c0c91746d37b330626485566b308 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 18 Apr 2000 18:14:10 +0000 Subject: 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 --- gcc/optabs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/optabs.c') 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; -- cgit v1.1