aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.h
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2014-06-24 18:07:39 -0400
committerSandra Loosemore <sandra@gcc.gnu.org>2014-06-24 18:07:39 -0400
commitecc6304308f19c159a9df27d0bd5a66f5acbba83 (patch)
tree616d460f0f31bb751c3841d6306510ad0ecc7b41 /gcc/config/mips/mips.h
parentfc3a2e70f4e362b52cf73453667613ffce27167c (diff)
downloadgcc-ecc6304308f19c159a9df27d0bd5a66f5acbba83.zip
gcc-ecc6304308f19c159a9df27d0bd5a66f5acbba83.tar.gz
gcc-ecc6304308f19c159a9df27d0bd5a66f5acbba83.tar.bz2
mips.c (mips_order_regs_for_local_alloc): Delete.
2014-06-24 Catherine Moore <clm@codesourcery.com> Sandra Loosemore <sandra@codesourcery.com> gcc/ * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete. * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete. * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete. Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com> From-SVN: r211959
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r--gcc/config/mips/mips.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 7029e04..1164b4b 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -2046,13 +2046,6 @@ enum reg_class
182,183,184,185,186,187 \
}
-/* ADJUST_REG_ALLOC_ORDER is a macro which permits reg_alloc_order
- to be rearranged based on a particular function. On the mips16, we
- want to allocate $24 (T_REG) before other registers for
- instructions for which it is possible. */
-
-#define ADJUST_REG_ALLOC_ORDER mips_order_regs_for_local_alloc ()
-
/* True if VALUE is an unsigned 6-bit number. */
#define UIMM6_OPERAND(VALUE) \