]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Add missing member for andes_25_tune_info
authorKuan-Lin Chen <rufus@andestech.com>
Fri, 14 Nov 2025 21:35:18 +0000 (14:35 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Fri, 14 Nov 2025 21:35:18 +0000 (14:35 -0700)
gcc/ChangeLog:

* config/riscv/riscv.cc (andes_25_tune_info): Add prefer-agnostic.

gcc/config/riscv/riscv.cc

index 5bb557faf65763dc93511afa40d74dfcde36d824..efcf97b6bf6e7422f3a81500de049f397c47bfdd 100644 (file)
@@ -757,6 +757,7 @@ static const struct riscv_tune_param andes_25_tune_info = {
   NULL,                                                /* function_align */
   NULL,                                                /* jump_align */
   NULL,                                                /* loop_align */
+  true,                                                /* prefer-agnostic.  */
 };
 
 static bool riscv_avoid_shrink_wrapping_separate ();