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-int.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-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 c5b273a5a70..ec42638abd1 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; }; |