Module Name: src Committed By: rin Date: Sun Oct 8 05:03:12 UTC 2023
Modified Files: src/external/gpl3/gcc.old/dist/gcc: dse.c Log Message: gcc.old: Clarify PR port-vax/57646 patch [5/21]. NFC Restore ``else'' in the original patch. NFC but better to fit into upstream code here. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gcc.old/dist/gcc/dse.c 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.old/dist/gcc/dse.c diff -u src/external/gpl3/gcc.old/dist/gcc/dse.c:1.15 src/external/gpl3/gcc.old/dist/gcc/dse.c:1.16 --- src/external/gpl3/gcc.old/dist/gcc/dse.c:1.15 Sun Oct 8 04:59:33 2023 +++ src/external/gpl3/gcc.old/dist/gcc/dse.c Sun Oct 8 05:03:12 2023 @@ -1350,7 +1350,7 @@ all_positions_needed_p (store_info *s_in return true; } #ifdef NB_FIX_VAX_BACKEND - if (const_start >= HOST_BITS_PER_WIDE_INT || const_start < 0) + else if (const_start >= HOST_BITS_PER_WIDE_INT || const_start < 0) return true; #endif else