diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-15 17:07:17 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-15 17:07:17 +0000 |
commit | fb79f695e0ba9367a99aa9edf74adf54be737548 (patch) | |
tree | 404c5c4dcf909ff65750d3a36e899a03900f604d /gcc/ChangeLog | |
parent | 3c0de4cc13f395892147eba7544f3a0799f309df (diff) | |
download | gcc-fb79f695e0ba9367a99aa9edf74adf54be737548.tar.gz |
* postreload.c (last_label_ruid, first_index_reg, last_index_reg):
New static variables.
(reload_combine_recognize_pattern): New static function, broken out
of reload_combine.
(reload_combine): Use it. Only initialize first_index_reg and
last_index_reg once.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 087e751e767..8105229dba9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2010-07-15 Bernd Schmidt <bernds@codesourcery.com> + + * postreload.c (last_label_ruid, first_index_reg, last_index_reg): + New static variables. + (reload_combine_recognize_pattern): New static function, broken out + of reload_combine. + (reload_combine): Use it. Only initialize first_index_reg and + last_index_reg once. + 2010-07-15 Richard Henderson <rth@redhat.com> * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl |