aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/misc.c
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2020-10-02 00:06:56 +0000
committerSegher Boessenkool <segher@kernel.crashing.org>2020-11-06 23:59:15 +0000
commit1a0f964e4d100a39eb388ea68b71d870f5de2049 (patch)
tree4b70eb07aa293f43b8a49fd93f06594a0ca4a836 /gcc/ada/gcc-interface/misc.c
parent4959bedcc8ca61161017b3a83edfe9e5a7b64cd9 (diff)
downloadgcc-1a0f964e4d100a39eb388ea68b71d870f5de2049.zip
gcc-1a0f964e4d100a39eb388ea68b71d870f5de2049.tar.gz
gcc-1a0f964e4d100a39eb388ea68b71d870f5de2049.tar.bz2
rs6000: Don't use operands[] for temporaries in define_expand
In ac001f5ce604 Alan fixed my thinko using operands that do not refer to anything mentioned in the RTL pattern. Instead, it just uses fresh new local rtxes for those. This patch takes that a tiny bit further: it uses local rtx for all temporaries used in the expanders. As a bonus that simplifies the code a tiny bit as well. 2020-11-06 Segher Boessenkool <segher@kernel.crashing.org> * config/rs6000/rs6000.md (@tablejump<mode>_normal): Don't abuse operands[]. (@tablejump<mode>_nospec): Ditto.
Diffstat (limited to 'gcc/ada/gcc-interface/misc.c')
0 files changed, 0 insertions, 0 deletions