]> git.ipfire.org Git - thirdparty/gcc.git/commit
combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore it to...
authorPaolo Bonzini <bonzini@gnu.org>
Sat, 31 Jan 2004 09:21:18 +0000 (09:21 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 31 Jan 2004 09:21:18 +0000 (09:21 +0000)
commit4de249d909c233761e01226009329a31197a8174
tree4bdf7a42eabbdc21c283f25530f1e0938a9feae2
parentf84d109fc49f0e6f269c1e8a0c1bf48fb25c24b8
combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore it to...

2004-01-31  Paolo Bonzini  <bonzini@gnu.org>

  * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
and restore it to gen_lowpart_general on exit.
(gen_lowpart_for_combine): Adjust all callers to go through
gen_lowpart.
* cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
and restore it to gen_lowpart_general on exit.
(gen_lowpart_if_possible): Adjust all callers to go through
gen_lowpart.
* emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
(gen_lowpart): Declare as pointer to function, initialized to
gen_lowpart_general.
* rtl.h (gen_lowpart): Declare as pointer to function.

From-SVN: r77026
gcc/ChangeLog
gcc/combine.c
gcc/cse.c
gcc/emit-rtl.c
gcc/rtl.h