Peter Kuschnerus
2014-04-07 17:03:42 UTC
Hi,
I am reading the code of dce in module regs.c
This code scans the trees for assign to temps
and if that temp is not used further,
that assign is deleted.
My question is now:
Is it thue that this operation is only done on temps
and not on local variable and not on local struct.
Regards
Peter Kuschnerus
I am reading the code of dce in module regs.c
This code scans the trees for assign to temps
and if that temp is not used further,
that assign is deleted.
My question is now:
Is it thue that this operation is only done on temps
and not on local variable and not on local struct.
Regards
Peter Kuschnerus