Eric Christopher - [committed] cleanup mips CALL_EXPR_ARGS (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Eric Christopher
- To: GCC Patches
- Cc: Sandra Loosemore
- Date: Sun, 18 Feb 2007 23:15:54 -0800
- Subject: [committed] cleanup mips CALL_EXPR_ARGS
- References: <45D4BFE5.6060002@codesourcery.com> 665F0E7F-5926-4603-8521-008E43FA1237@apple.com 45D50B8D.1050606@codesourcery.com
On Feb 15, 2007, at 5:40 PM, Sandra Loosemore wrote:
Lower importance:
- Get rid of the CALL_EXPR_ARGS calls in config/frv/frv.c and config/mips/mips.c.
Alright, here we go.Tested on mipsisa64-elf, no regressions.-eric2007-02-18 Eric Christopher echristo@gmail.com
* mips.c (mips_prepare_builtin_arg): Add argnum parameter.
Remove use of arglist.
(mips_expand_builtin): Remove use of arglist, pass in expr.
(mips_expand_builtin_direct): Rewrite handling for arglist removal.
(mips_expand_builtin_movtf): Ditto.
(mips_expand_builtin_compare): Ditto.
Attachment:mips.c.diff.txt
Description: Text document
- References:
- remaining CALL_EXPR related cleanups
* From: Sandra Loosemore
- remaining CALL_EXPR related cleanups
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |