diff options
author | Kito Cheng <kito@0xlab.org> | 2014-10-14 19:13:33 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2014-10-14 13:13:33 -0600 |
commit | df3e34938d9b38a0906a8ebf491f8b73bda5346d (patch) | |
tree | 10902165f66caa8f4abfc0ec1654c35a18946479 /gcc/ira.h | |
parent | 0777fc02105dd9067329ed9ccfe341a9fb90fdc2 (diff) | |
download | gcc-df3e34938d9b38a0906a8ebf491f8b73bda5346d.zip gcc-df3e34938d9b38a0906a8ebf491f8b73bda5346d.tar.gz gcc-df3e34938d9b38a0906a8ebf491f8b73bda5346d.tar.bz2 |
ira.c: Fix typo in comment.
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.
From-SVN: r216218
Diffstat (limited to 'gcc/ira.h')
-rw-r--r-- | gcc/ira.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |