re PR target/90568 (stack protector should use cmp or sub, not xor, to allow macro...
authorJakub Jelinek <jakub@redhat.com>
Thu, 23 May 2019 11:18:41 +0000 (13:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 23 May 2019 11:18:41 +0000 (13:18 +0200)
commit32d941139e8144662e0dc182d64e3f3f9df89ad4
tree9f7ff5de4ec982ed84825ad775a05322c634493e
parent2b8235ea99f231c0840e7375d79c28cec5a525a4
re PR target/90568 (stack protector should use cmp or sub, not xor, to allow macro-fusion on x86)

PR target/90568
* config/i386/i386.md (stack_protect_test_<mode>): Use sub instead
of xor.

From-SVN: r271552
gcc/ChangeLog
gcc/config/i386/i386.md