Commit c2d9fa7b by Richard Henderson Committed by Richard Henderson

genrecog.c (add_to_sequence): Disable mode check for wildcard matches.

        * genrecog.c (add_to_sequence): Disable mode check for
        wildcard matches.

From-SVN: r29857
parent ed23b2a9
Thu Oct 7 12:00:53 1999 Richard Henderson <rth@cygnus.com>
* genrecog.c (add_to_sequence): Disable mode check for
wildcard matches.
Thu Oct 7 20:14:16 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* ggc-simple.c (init_ggc): Set empty_string.
......
......@@ -478,6 +478,12 @@ add_to_sequence (pattern, last, position, insn_type, top)
#endif
}
}
else
{
/* Wildcard match. Can't enforce a mode because we allow
anything -- const_int included. */
mode = VOIDmode;
}
/* Accept the operand, ie. record it in `operands'. */
test = new_decision_test (DT_accept_op, &place);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment