i386.c (ix86_can_inline_p): Use || instead of & when checking if callee's isa flags...
authorJakub Jelinek <jakub@redhat.com>
Sat, 19 Nov 2016 18:57:56 +0000 (19:57 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 19 Nov 2016 18:57:56 +0000 (19:57 +0100)
commit90b47c517429ab7a0fffd2ba5e64d4737e87125f
treea5b5449ab4ca863a87c5c88cbc9b4304cb8a5406
parented8b3aba44f30b22fe2517152291d358a4a2a950
i386.c (ix86_can_inline_p): Use || instead of & when checking if callee's isa flags are subset of caller's...

* config/i386/i386.c (ix86_can_inline_p): Use || instead of &
when checking if callee's isa flags are subset of caller's isa flags.
Fix comment wording.

From-SVN: r242628
gcc/ChangeLog
gcc/config/i386/i386.c