summaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h
index ad07f86d958..d6e30e3a469 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -291,6 +291,9 @@ struct gcc_target
not, at the current point in the compilation. */
bool (* cannot_modify_jumps_p) PARAMS ((void));
+ enum reg_class (* branch_target_register_class) PARAMS ((void));
+ bool (* branch_target_register_callee_saved) PARAMS ((bool));
+
/* True if the constant X cannot be placed in the constant pool. */
bool (* cannot_force_const_mem) PARAMS ((rtx));