- Don't use a callback for deciding whether to spill phi nodes
authorMatthias Braun <matze@braunis.de>
Wed, 7 Jun 2006 15:31:00 +0000 (15:31 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 7 Jun 2006 15:31:00 +0000 (15:31 +0000)
commit2c52bb5cb8c25f23843c035fdad1efb80f6417a0
treeae48bf26d4093fc3afe90f137aa465281b7c9876
parent9d5d8ed5bca851dd8af46a1e2e07096c6ce17fc4
- Don't use a callback for deciding whether to spill phi nodes
- Morgan now calls be_spill_phi when spilling phi nodes
- no need to use beinsn in morgan analysis phase, simple iterating over in_edges is enough
- fixed bug in morgan spiller that marked some values as livethrough unused which were not
ir/be/bespill.c
ir/be/bespill.h
ir/be/bespillappel.c
ir/be/bespillbelady.c
ir/be/bespillmorgan.c
ir/be/beuses.c
ir/be/beverify.c