This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is 'edge-def->insns' only a temporay field in "flow.c"?
- To: "gcchelp" <gcc at gcc dot gnu dot org>
- Subject: Is 'edge-def->insns' only a temporay field in "flow.c"?
- From: "Radu Bacrau" <alice at ss dot pub dot ro>
- Date: Tue, 18 Apr 2000 12:45:40 +0300
Can somebody tell me if after instruction combining the edges in CFG contain
insns anymore?
(in other words: Is the field 'edge_def->insns' used only temporary in
'flow.c' and ignored everafter?)
Thanx.