diff options
author | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-12 14:39:55 +0000 |
---|---|---|
committer | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-12 14:39:55 +0000 |
commit | 3b95aad33455c1fe450452e6a902ad965e4957bb (patch) | |
tree | 1ed3f6d6b076ef8d0c7bf4dbdb4ca7f1974b3661 /gcc/ira-int.h | |
parent | 8d72495d45b053b5815d598a58083846acefbd61 (diff) | |
download | gcc-3b95aad33455c1fe450452e6a902ad965e4957bb.tar.gz |
2009-03-12 Vladimir Makarov <vmakarov@redhat.com>
PR debug/39432
* ira-int.h (struct allocno): Fix comment for calls_crossed_num.
* ira-conflicts.c (ira_build_conflicts): Prohibit call used
registers for allocnos created from user-defined variables.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ira-int.h')
-rw-r--r-- | gcc/ira-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ira-int.h b/gcc/ira-int.h index dfa5734ab9e..87ba7b0700a 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -333,7 +333,7 @@ struct ira_allocno /* Accumulated frequency of calls which given allocno intersects. */ int call_freq; - /* Length of the previous array (number of the intersected calls). */ + /* Accumulated number of the intersected calls. */ int calls_crossed_num; /* Non NULL if we remove restoring value from given allocno to MEM_OPTIMIZED_DEST at loop exit (see ira-emit.c) because the |