diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2014-04-14 16:49:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2014-04-14 09:49:24 -0700 |
commit | 10fa463ff74b95c40ef99fcc94713caa67a218e6 (patch) | |
tree | a714b6e945ae22baa7b37b0aa049f46b873c29e8 /gcc/ada/gcc-interface/utils.c | |
parent | 39e6a690ec42088bcb7488f9c8e322ee3a1907cd (diff) | |
download | gcc-10fa463ff74b95c40ef99fcc94713caa67a218e6.zip gcc-10fa463ff74b95c40ef99fcc94713caa67a218e6.tar.gz gcc-10fa463ff74b95c40ef99fcc94713caa67a218e6.tar.bz2 |
Check optimize_insn_for_speed_p in *fixuns_trunc<mode>_1
Since fixuns_trunc<mode>si2 expander checks optimize_insn_for_size_p
before generating *fixuns_trunc<mode>_1, we should use
optimize_insn_for_speed_p in *fixuns_trunc<mode>_1 for consistency.
PR target/60827
* config/i386/i386.md (*fixuns_trunc<mode>_1): Check
optimize_insn_for_speed_p instead of
optimize_function_for_speed_p.
From-SVN: r209383
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
0 files changed, 0 insertions, 0 deletions