]> gcc.gnu.org Git - gcc.git/commit
predicates.md (ext_register_operand): Check that SUBREG_REG is really a register...
authorUros Bizjak <ubizjak@gmail.com>
Thu, 9 Sep 2010 10:36:10 +0000 (12:36 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 9 Sep 2010 10:36:10 +0000 (12:36 +0200)
commitd2795d5831eaa87fe3945a354801d09a40925f56
treec01a8af74679df226237af567f181cb82690b785
parentbd29d5193a42a7fbe92c5052fa8d28f35290c823
predicates.md (ext_register_operand): Check that SUBREG_REG is really a register before looking for REGNO.

* config/i386/predicates.md (ext_register_operand): Check that
SUBREG_REG is really a register before looking for REGNO.
(reg_not_xmm0_operand): Handle SUBREGs correctly.
(nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.

From-SVN: r164071
gcc/ChangeLog
gcc/config/i386/predicates.md
This page took 0.061827 seconds and 5 git commands to generate.