]> git.ipfire.org Git - thirdparty/gcc.git/commit
expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from struct...
authorJakub Jelinek <jakub@redhat.com>
Mon, 7 Jul 2014 08:42:49 +0000 (10:42 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 7 Jul 2014 08:42:49 +0000 (10:42 +0200)
commitc83cf304523c57ff552eb760957936245e29acf8
tree54fbb52fd8c4c7e74cde6f5dd5b41c50d8ed2305
parenta709346f066f6cfdb34c4fe70fa4b3bf81487bb9
expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from struct rtx_def to rtx.

* expmed.c (struct init_expmed_rtl): Change all fields but
pow2 and cint from struct rtx_def to rtx.
(init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
(init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
at the end again.

From-SVN: r212325
gcc/ChangeLog
gcc/expmed.c