From c2873c4126e3fa7e2cd439a0925ecde5e5e3dbd8 Mon Sep 17 00:00:00 2001 From: Joe Rozner Date: Tue, 23 Feb 2021 21:32:24 -0800 Subject: Add is_eligible_for_heuristics to builder --- rust/src/callingconvention.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src') diff --git a/rust/src/callingconvention.rs b/rust/src/callingconvention.rs index 51fe412d..4af9b9c9 100644 --- a/rust/src/callingconvention.rs +++ b/rust/src/callingconvention.rs @@ -653,6 +653,7 @@ impl ConventionBuilder { bool_arg!(arg_registers_shared_index); bool_arg!(reserved_stack_space_for_arg_registers); bool_arg!(stack_adjusted_on_return); + bool_arg!(is_eligible_for_heuristics); reg!(return_int_reg); reg!(return_hi_int_reg); -- cgit v1.3.1