Message ID | 4E596AA5.9080401@garzik.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
--- a/cse.c +++ b/cse.c @@ -316,12 +316,14 @@ static struct instruction * try_to_cse(struct entrypoint * b1 = i1->bb; b2 = i2->bb; +#if 0 /* * PHI-nodes do not care where they are - the only thing that matters * are the PHI _sources_. */ if (i1->opcode == OP_PHI) return cse_one_instruction(i1, i2); +#endif