patch fixing a typo in LRA

2015-02-06 Thread Vladimir Makarov
The following patch fixes a typo discovered recently: https://gcc.gnu.org/ml/gcc/2015-02/msg00040.html The patch was bootstrapped and tested on x86/x86-64. Committed as rev.220488. 2015-02-06 Vladimir Makarov vmaka...@redhat.com * lra.c (lra_emit_add): Fix a typo in using

patch fixing a typo in LRA

2014-12-18 Thread Vladimir Makarov
The following patch fixes a typo in usage of register_move_cost. For most targets, the change does not matter as the cost function is symmetric relative to args. The patch was bootstrapped on x86-64. Committed as rev. 218875. 2014-12-18 Vladimir Makarov vmaka...@redhat.com