2015-02-09 Richard Biener <rguenther@suse.de>
* genmatch.c (replace_id): Copy expr_type.
From-SVN: r220541
+2015-02-09 Richard Biener <rguenther@suse.de>
+
+ * genmatch.c (replace_id): Copy expr_type.
+
2015-02-09 Richard Biener <rguenther@suse.de>
* tree-streamer.h (streamer_pack_tree_bitfields): Remove.
{
expr *ne = new expr (e->operation == id ? with : e->operation,
e->is_commutative);
+ ne->expr_type = e->expr_type;
for (unsigned i = 0; i < e->ops.length (); ++i)
ne->append_op (replace_id (e->ops[i], id, with));
return ne;