public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Typo in Tree SSA Passes
@ 2020-02-25 22:03 Nicholas Krause
  0 siblings, 0 replies; only message in thread
From: Nicholas Krause @ 2020-02-25 22:03 UTC (permalink / raw)
  To: gcc Mailing List

Greetings,
Not sure who to contact but at the manual page:
https://gcc.gnu.org/onlinedocs/gccint/Tree-SSA-passes.html#Tree-SSA-passes
Enter static single assignment form

This pass rewrites the function such that it is in SSA form. After this 
pass, all|is_gimple_reg|variables will be referenced by|SSA_NAME|, and 
all occurrences of other variables will be annotated 
with|VDEFS|and|VUSES|; PHI nodes will have been inserted as necessary 
for each basic block. This pass is located intree-ssa.cand is described 
by|pass_build_ssa|.

The pass seems to be in tree-into-ssa.c these days.

Someone should update that if possible,

Nick

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-25 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25 22:03 Typo in Tree SSA Passes Nicholas Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).