This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Removing CALL_PLACEHOLDER mess, when?
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 19 Dec 2003 01:57:57 +0100
- Subject: [tree-ssa] Removing CALL_PLACEHOLDER mess, when?
Hi,
It is considered good idea to remove CALL_PLACEHOLDERs originally used
for sibcalls but currently dead right now, or wait for mainline merge so
we don't have that many differences?
I would incline to the former as I would like to do more of such a
cleanups in expnasion, but would like to ask first.
Honza