]> gcc.gnu.org Git - gcc.git/commit - gcc/optabs.c
(expand_binop, expand_twoval_binop): If we are going to fail, remove any load from...
authorRichard Stallman <rms@gnu.org>
Wed, 25 Nov 1992 18:04:15 +0000 (18:04 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 25 Nov 1992 18:04:15 +0000 (18:04 +0000)
commitabd418d31ff128278eefebb5bdfa39aba68b42c4
tree216feb6fbcaabc29da41aceaf3e3a617063263d7
parent2ad701bad01f7a0a6ba0ace0c0c33fcacd835d30
(expand_binop, expand_twoval_binop): If we are going to fail, remove any load from MEM we did due to -fforce-mem...

(expand_binop, expand_twoval_binop): If we are going
to fail, remove any load from MEM we did due to -fforce-mem;
if the MEM was volatile, this will cause an extra load.

(expand_complex_abs): Likewise.
Correct use of variable LAST so it doesn't include the load
from MEM (to fix unrelated bug).

From-SVN: r2797
gcc/optabs.c
This page took 0.056363 seconds and 5 git commands to generate.