Skip to content

Commit 00a522e

Browse files
Kuan-Lin ChenJeffreyALaw
authored andcommitted
RISC-V: Add missing member for andes_25_tune_info
gcc/ChangeLog: * config/riscv/riscv.cc (andes_25_tune_info): Add prefer-agnostic.
1 parent 54b3c41 commit 00a522e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/config/riscv/riscv.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ static const struct riscv_tune_param andes_25_tune_info = {
757757
NULL, /* function_align */
758758
NULL, /* jump_align */
759759
NULL, /* loop_align */
760+
true, /* prefer-agnostic. */
760761
};
761762

762763
static bool riscv_avoid_shrink_wrapping_separate ();

0 commit comments

Comments
 (0)