* genrecog.c (special_mode_pred_table): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 1999 09:37:31 +0000 (09:37 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 1999 09:37:31 +0000 (09:37 +0000)
commit3a074b0f1ccc1ff96d03adbeea2b344113f96d8a
tree1796e42498ad521d8d7c76c8890bd5c76139a8cf
parent6d94dc5c5cb3474b55a7d846cae17db4a460bc0c
    * genrecog.c (special_mode_pred_table): New.
        (NUM_SPECIAL_MODE_PREDS): New.
        (find_operand): New.
        (validate_pattern): New argument `insn'.  Warn for assignment to
        any predicate accepting non-lvalues.  Conditionaly warn for
        match_operand without a mode.  Try much harder to match source
        and destination modes on a set.
        * tm.texi (SPECIAL_MODE_PREDICATES): Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29967 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/genrecog.c
gcc/tm.texi