Module Name: src Committed By: kalvisd Date: Sun Sep 29 13:13:43 UTC 2024
Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax: vax.md Log Message: gcc: vax: update limit operand in casesi instruction pattern Wrap the limit operand in a (use ), to allow single_set() to identify it as an RTL expression setting PC. This allows the optimiser to optimise away case statements branching only to a basic block. Note that the label is used in the casesi pattern. OK rin@ To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/external/gpl3/gcc/dist/gcc/config/vax/vax.md Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.