This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
SSA Question related to Dominator Trees
- From: Nicholas Krause <xerofoify at gmail dot com>
- To: gcc Mailing List <gcc at gcc dot gnu dot org>
- Date: Mon, 27 Jan 2020 10:18:46 -0500
- Subject: SSA Question related to Dominator Trees
Greetings,
Sorry if this question has been asked before but do we extend out the
core tree type for SSA or
is there a actual dominator tree type. It seems to be we just extend or
override the core tree
type parameters but was unable to verify it by looking in the manual.
Thanks,
Nick