Deleted Added
full compact
expr.h (70635) expr.h (74473)
1/* Definitions for code generation pass of GNU compiler.
2 Copyright (C) 1987, 91-98, 1999 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 817 unchanged lines hidden (view full) ---

826extern rtx store_expr PROTO((tree, rtx, int));
827#endif
828
829/* Given an rtx that may include add and multiply operations,
830 generate them as insns and return a pseudo-reg containing the value.
831 Useful after calling expand_expr with 1 as sum_ok. */
832extern rtx force_operand PROTO((rtx, rtx));
833
1/* Definitions for code generation pass of GNU compiler.
2 Copyright (C) 1987, 91-98, 1999 Free Software Foundation, Inc.
3
4This file is part of GNU CC.
5
6GNU CC is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)

--- 817 unchanged lines hidden (view full) ---

826extern rtx store_expr PROTO((tree, rtx, int));
827#endif
828
829/* Given an rtx that may include add and multiply operations,
830 generate them as insns and return a pseudo-reg containing the value.
831 Useful after calling expand_expr with 1 as sum_ok. */
832extern rtx force_operand PROTO((rtx, rtx));
833
834extern void expand_builtin_setjmp_setup PARAMS ((rtx, rtx));
835extern void expand_builtin_setjmp_receiver PARAMS ((rtx));
834extern rtx expand_builtin_setjmp PROTO((rtx, rtx, rtx, rtx));
836
837#ifdef TREE_CODE
838/* Generate code for computing expression EXP.
839 An rtx for the computed value is returned. The value is never null.
840 In the case of a void EXP, const0_rtx is returned. */
841extern rtx expand_expr PROTO((tree, rtx, enum machine_mode,
842 enum expand_modifier));
843#endif

--- 193 unchanged lines hidden ---
835
836#ifdef TREE_CODE
837/* Generate code for computing expression EXP.
838 An rtx for the computed value is returned. The value is never null.
839 In the case of a void EXP, const0_rtx is returned. */
840extern rtx expand_expr PROTO((tree, rtx, enum machine_mode,
841 enum expand_modifier));
842#endif

--- 193 unchanged lines hidden ---