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-int.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-int.h')
-rw-r--r-- | gcc/ira-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ira-int.h b/gcc/ira-int.h index c5b273a..ec42638 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -531,7 +531,7 @@ extern ira_object_t *ira_object_id_map; /* The size of the previous array. */ extern int ira_objects_num; -/* The following structure represents a hard register prefererence of +/* The following structure represents a hard register preference of allocno. The preference represent move insns or potential move insns usually because of two operand insn constraints. One move operand is a hard register. */ @@ -546,7 +546,7 @@ struct ira_allocno_pref int freq; /* Given allocno. */ ira_allocno_t allocno; - /* All prefernces with the same allocno are linked by the following + /* All preferences with the same allocno are linked by the following member. */ ira_pref_t next_pref; }; |