aboutsummaryrefslogtreecommitdiff
path: root/gcc/target-insns.def
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-07-28 20:06:57 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-07-28 20:06:57 +0000
commit726858e30955b401a568f397e22c60062a9f57a3 (patch)
tree98755151d7ab3ab3e6c214347cdcbe9d199f253f /gcc/target-insns.def
parent3d00045080bdf31878936a5766dbad85f8ad6efe (diff)
downloadgcc-726858e30955b401a568f397e22c60062a9f57a3.zip
gcc-726858e30955b401a568f397e22c60062a9f57a3.tar.gz
gcc-726858e30955b401a568f397e22c60062a9f57a3.tar.bz2
target-insns.def (reload_load_address): New targetm instruction pattern.
gcc/ * target-insns.def (reload_load_address): New targetm instruction pattern. * reload1.c (gen_reload): Use it instead of HAVE_*/gen_* interface. From-SVN: r226326
Diffstat (limited to 'gcc/target-insns.def')
-rw-r--r--gcc/target-insns.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/target-insns.def b/gcc/target-insns.def
index d1343cd..0c64a6b 100644
--- a/gcc/target-insns.def
+++ b/gcc/target-insns.def
@@ -61,6 +61,7 @@ DEF_TARGET_INSN (probe_stack, (rtx x0))
DEF_TARGET_INSN (probe_stack_address, (rtx x0))
DEF_TARGET_INSN (prologue, (void))
DEF_TARGET_INSN (ptr_extend, (rtx x0, rtx x1))
+DEF_TARGET_INSN (reload_load_address, (rtx x0, rtx x1))
DEF_TARGET_INSN (restore_stack_block, (rtx x0, rtx x1))
DEF_TARGET_INSN (restore_stack_function, (rtx x0, rtx x1))
DEF_TARGET_INSN (restore_stack_nonlocal, (rtx x0, rtx x1))