diff mbox

linearize bug?

Message ID 4E596AA5.9080401@garzik.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Jeff Garzik Aug. 27, 2011, 10:07 p.m. UTC
------------------------------------------
--------------------------------------


That patch definitely gets much farther along in terms of handling loops.

	Jeff


--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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