diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-08 21:26:57 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-08 21:26:57 +0000 |
commit | ad74955843dc229201f555ea432f0a67bb5166a5 (patch) | |
tree | a304d7f612824699cf230a3809eda2bbc416c7e6 /gcc/builtins.c | |
parent | 9558c34e107148c02d883052322fbcc4e9201c42 (diff) | |
download | ppe42-gcc-ad74955843dc229201f555ea432f0a67bb5166a5.tar.gz ppe42-gcc-ad74955843dc229201f555ea432f0a67bb5166a5.zip |
2009-11-08 Paolo Carlini <paolo.carlini@oracle.com>
* builtins.c (apply_args_reg_offset): Remove commented out delaration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154015 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index ec12512c8f7..62a39a6ae86 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -1259,12 +1259,6 @@ static enum machine_mode apply_args_mode[FIRST_PSEUDO_REGISTER]; INCOMING_REGNO gives the corresponding inbound register. */ static enum machine_mode apply_result_mode[FIRST_PSEUDO_REGISTER]; -/* For each register that may be used for calling a function, this - gives the offset of that register into the block returned by - __builtin_apply_args. 0 indicates that the register is not - used for calling a function. */ -/* static int apply_args_reg_offset[FIRST_PSEUDO_REGISTER]; not used */ - /* Return the size required for the block returned by __builtin_apply_args, and initialize apply_args_mode. */ |