+2018-07-12 Richard Biener <rguenther@suse.de>
+
+ * tree-ssa-sccvn.c (vn_lookup_simplify_result): Remove bogus
+ left-over from last patch.
+
2018-07-12 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/86492
ops[i] = CONSTRUCTOR_ELT (res_op->ops[0], i)->value;
}
vn_nary_op_t vnresult = NULL;
- tree res = vn_nary_op_lookup_pieces (length, (tree_code) res_op->code,
- res_op->type, ops, &vnresult);
- if (res
- && mprts_hook)
- {
- if (dump_file && (dump_flags & TDF_DETAILS))
- fprintf (dump_file, "Resetting mprts_hook after too many "
- "invocations.\n");
- mprts_hook = NULL;
- }
- return res;
+ return vn_nary_op_lookup_pieces (length, (tree_code) res_op->code,
+ res_op->type, ops, &vnresult);
}
/* Return a value-number for RCODE OPS... either by looking up an existing