i386.c (ix86_legitimate_combined_insn): Do not call recog here.
authorUros Bizjak <ubizjak@gmail.com>
Sun, 15 Jan 2017 18:42:29 +0000 (19:42 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 15 Jan 2017 18:42:29 +0000 (19:42 +0100)
commit9c9a11f60d910689e387ce91a78a798e02166df3
tree61ab25c5a2cc881941a0c070a66aa7278f6993d0
parent81e63b637aef0fc61e85de64b2be62517723e606
i386.c (ix86_legitimate_combined_insn): Do not call recog here.

* config/i386/i386.c (ix86_legitimate_combined_insn): Do not
call recog here.  Assert that INSN_CODE (insn) is non-negative.

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