diff options
Diffstat (limited to 'gcc/ira-int.h')
-rw-r--r-- | gcc/ira-int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ira-int.h b/gcc/ira-int.h index 659c1ee..5c6b355 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -98,6 +98,10 @@ struct ira_loop_tree_node /* All the following members are defined only for nodes representing loops. */ + /* True if the loop was marked for removal from the register + allocation. */ + bool to_remove_p; + /* Allocnos in the loop corresponding to their regnos. If it is NULL the loop does not form a separate register allocation region (e.g. because it has abnormal enter/exit edges and we can not put |