commit | bfa537a2ffb30c0d537bb74ade124ca07e9712fe | [log] [tgz] |
---|---|---|
author | Uros Bizjak <ubizjak@gmail.com> | Sun Feb 16 23:43:22 2020 +0100 |
committer | Uros Bizjak <ubizjak@gmail.com> | Sun Feb 16 23:43:22 2020 +0100 |
tree | 8647f617dc9cf4ce7770b320e73d9e4743375ff2 | |
parent | 1e85e18ab76f61a3085c65ebf06e8ed72bf4ccd8 [diff] |
i386: Fix atan2l argument order [PR93743] PR target/93743 * config/i386/i386.md (atan2xf3): Swap operands 1 and 2. (atan2<mode>3): Update operand order in the call to gen_atan2xf3. testsuite/ChangeLog: PR target/93743 * gcc.target/i386/pr93743.c : New test.