diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-14 19:13:33 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-10-14 19:13:33 +0000 |
commit | b59bd98f4b8df2e37835310db9ad8d627a2cf3cc (patch) | |
tree | 10902165f66caa8f4abfc0ec1654c35a18946479 /gcc/ira.h | |
parent | 0d46a25a0e294db9a41b42cbd84988cc0974d3c3 (diff) | |
download | gcc-b59bd98f4b8df2e37835310db9ad8d627a2cf3cc.tar.gz |
2014-10-14 Kito Cheng <kito@0xlab.org>
* ira.c: Fix typo in comment.
* ira.h: Ditto.
* ira-build.c: Ditto.
* ira-color.c: Ditto.
* ira-emit.c: Ditto.
* ira-int.h: Ditto.
* ira-lives.c: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ira.h')
-rw-r--r-- | gcc/ira.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ira.h b/gcc/ira.h index a3bcbdc8754..a6c067dae54 100644 --- a/gcc/ira.h +++ b/gcc/ira.h @@ -64,7 +64,7 @@ struct target_ira class. */ enum reg_class x_ira_pressure_class_translate[N_REG_CLASSES]; - /* Bigest pressure register class containing stack registers. + /* Biggest pressure register class containing stack registers. NO_REGS if there are no stack registers. */ enum reg_class x_ira_stack_reg_pressure_class; |