diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index e363819f166..6f2d3be9a90 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -260,6 +260,8 @@ enum cgraph_state CGRAPH_STATE_CONSTRUCTION, /* Callgraph is built and IPA passes are being run. */ CGRAPH_STATE_IPA, + /* Callgraph is built and all functions are transformed to SSA form. */ + CGRAPH_STATE_IPA_SSA, /* Functions are now ordered and being passed to RTL expanders. */ CGRAPH_STATE_EXPANSION, /* All cgraph expansion is done. */ |