On Fri, 2004-03-26 at 10:30, law@redhat.com wrote:
In message <1080308082.12528.27.camel@p4>, Andrew MacLeod writes:
But again, I think step #1 is to figure out how we got them in the
first
place.
jeff
It would be pretty easy, something like:
maxmin_Result_140 = PHI <1(10)>;
T.55_142 = PHI <2(10)>;
<...>
maxmin_Result_133 = T.55_142
could result in the 2 PHI nodes since we'd rename T.55_142 to
maxmin_Result_133 in hopes of getting rid of the copy.
It could also happen if T.55_142 is later used as a PHI argument to a
maxmin_Result PHI result.