diff options
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 298a94ccadf..2836aef11e4 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -203,7 +203,7 @@ struct haifa_insn_data /* Some insns (e.g. call) are not allowed to move across blocks. */ unsigned int cant_move : 1; - /* Set if there's DEF-USE dependance between some speculatively + /* Set if there's DEF-USE dependence between some speculatively moved load insn and this one. */ unsigned int fed_by_spec_load : 1; unsigned int is_load_insn : 1; |