aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorPaolo Carlini <paolo@gcc.gnu.org>2009-11-08 21:26:57 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-11-08 21:26:57 +0000
commit3ab084fa7888253db57f0cd4c7f4fa1a3a4d9157 (patch)
treea304d7f612824699cf230a3809eda2bbc416c7e6 /gcc/builtins.c
parent2eea716d5f123a8cd750e0772794de9427b17d2a (diff)
downloadgcc-3ab084fa7888253db57f0cd4c7f4fa1a3a4d9157.zip
gcc-3ab084fa7888253db57f0cd4c7f4fa1a3a4d9157.tar.gz
gcc-3ab084fa7888253db57f0cd4c7f4fa1a3a4d9157.tar.bz2
builtins.c (apply_args_reg_offset): Remove commented out delaration.
2009-11-08 Paolo Carlini <paolo.carlini@oracle.com> * builtins.c (apply_args_reg_offset): Remove commented out delaration. From-SVN: r154015
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index ec12512..62a39a6 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. */