File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -12040,14 +12040,6 @@ riscv_option_override (void)
1204012040 param_cycle_accurate_model,
1204112041 0 );
1204212042
12043- /* Cache lines of 64 bytes are common these days, so let's get a sensible
12044- value for the interference size. Technically this can leak and cause
12045- sizes of structures to change, but consensus is anything using the
12046- value to size fields within a structure is broken. Any 2^n byte value
12047- is functionally correct, but may not be performant. */
12048- SET_OPTION_IF_UNSET (&global_options, &global_options_set,
12049- param_destruct_interfere_size, 0 );
12050-
1205112043 /* Function to allocate machine-dependent function status. */
1205212044 init_machine_status = &riscv_init_machine_status;
1205312045
You can’t perform that action at this time.
0 commit comments