Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/dist/gcc/config/vax
Module Name: src
Committed By: kalvisd
Date: Sun Sep 29 11:49:43 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/vax: vax.cc
Log Message:
gcc: vax: revise the expressions that may be valid index terms on VAX
Multiplication of a constant and a register is commutative but the
same is not true for left shifts. Only expressions where a register
is shifted by a constant (and that where the constant is equal to
the word size for the operand) can be valid index terms.
OK rin@
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/dist/gcc/config/vax/vax.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index