Module Name:    src
Committed By:   kalvisd
Date:           Sun Sep 29 09:51:52 UTC 2024

Modified Files:
        src/external/gpl3/gcc/dist/gcc: reload.cc

Log Message:
gcc: vax: add #ifdef NB_FIX_VAX_BACKEND guard clauses

    OK rin@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/reload.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/reload.cc
diff -u src/external/gpl3/gcc/dist/gcc/reload.cc:1.3 src/external/gpl3/gcc/dist/gcc/reload.cc:1.4
--- src/external/gpl3/gcc/dist/gcc/reload.cc:1.3	Sun Sep 29 09:49:05 2024
+++ src/external/gpl3/gcc/dist/gcc/reload.cc	Sun Sep 29 09:51:52 2024
@@ -4554,7 +4554,7 @@ find_reloads (rtx_insn *insn, int replac
       }
   }
 
-#if 1
+#ifdef NB_FIX_VAX_BACKEND
   /*
    * Scan the reloads again looking for a case where there is
    * precisely one RELOAD_FOR_OPERAND_ADDRESS reload and one

Reply via email to