Commit 3d35950b by Bernd Schmidt Committed by Bernd Schmidt

* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.

From-SVN: r90530
parent f11edb4a
2004-11-12 Bernd Schmidt <bernd.schmidt@analog.com>
* genconfig.c (walk_insn_part): Look at match_dups inside a label_ref.
2004-11-12 Diego Novillo <dnovillo@redhat.com>
* tree-scalar-evolution.c (analyzable_condition): Remove
......
......@@ -98,7 +98,8 @@ walk_insn_part (rtx part, int recog_p, int non_pc_set_src)
break;
case LABEL_REF:
if (GET_CODE (XEXP (part, 0)) == MATCH_OPERAND)
if (GET_CODE (XEXP (part, 0)) == MATCH_OPERAND
|| GET_CODE (XEXP (part, 0)) == MATCH_DUP)
break;
return;
......
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