diff options
Diffstat (limited to 'gcc/sel-sched-ir.h')
-rw-r--r-- | gcc/sel-sched-ir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sel-sched-ir.h b/gcc/sel-sched-ir.h index c454887f16a..20035527597 100644 --- a/gcc/sel-sched-ir.h +++ b/gcc/sel-sched-ir.h @@ -874,7 +874,7 @@ typedef struct { /* For each bb header this field contains a set of live registers. For all other insns this field has a NULL. - We also need to know LV sets for the instructions, that are immediatly + We also need to know LV sets for the instructions, that are immediately after the border of the region. */ regset lv_set; @@ -987,7 +987,7 @@ typedef struct short flags; /* When flags include SUCCS_ALL, this will be set to the exact type - of the sucessor we're traversing now. */ + of the successor we're traversing now. */ short current_flags; /* If skip to loop exits, save here information about loop exits. */ |