aboutsummaryrefslogtreecommitdiff
path: root/gcc/ira.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ira.h')
-rw-r--r--gcc/ira.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ira.h b/gcc/ira.h
index 667cfdc..69021c4 100644
--- a/gcc/ira.h
+++ b/gcc/ira.h
@@ -114,8 +114,8 @@ struct target_ira
HARD_REG_SET x_ira_no_alloc_regs;
/* Array whose values are hard regset of hard registers available for
- the allocation of given register class whose HARD_REGNO_MODE_OK
- values for given mode are zero. */
+ the allocation of given register class whose targetm.hard_regno_mode_ok
+ values for given mode are false. */
HARD_REG_SET x_ira_prohibited_class_mode_regs[N_REG_CLASSES][NUM_MACHINE_MODES];
};