diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-14 21:59:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-14 21:59:30 +0000 |
commit | 3a1797641a5b8e06d3d7b48ea16240264aba3e9d (patch) | |
tree | d4da852b5e18eec4d64813a228f88334dbb80a8b /gcc/target.h | |
parent | 0046e3428a76b0a99d37a250fcc116f632eb4c75 (diff) | |
download | gcc-3a1797641a5b8e06d3d7b48ea16240264aba3e9d.zip gcc-3a1797641a5b8e06d3d7b48ea16240264aba3e9d.tar.gz gcc-3a1797641a5b8e06d3d7b48ea16240264aba3e9d.tar.bz2 |
calls.c: Replace STRICT_ARGUMENT_NAMING in comments with...
* calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
targetm.calls.strict_argument_naming().
* target.h: Likewise.
From-SVN: r75886
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h index 9393537..f63b078 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -433,7 +433,7 @@ struct gcc_target tree type, int *pretend_arg_size, int second_time); bool (*strict_argument_naming) (CUMULATIVE_ARGS *ca); /* Returns true if we should use SETUP_INCOMING_VARARGS and/or - STRICT_ARGUMENT_NAMING. */ + targetm.calls.strict_argument_naming(). */ bool (*pretend_outgoing_varargs_named) (CUMULATIVE_ARGS *ca); } calls; }; |