* fixed issue with exceeded register pressure at bb end
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Tue, 12 Sep 2006 07:37:45 +0000 (07:37 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Tue, 12 Sep 2006 07:37:45 +0000 (07:37 +0000)
commit8d1c72e1c5328633d5e48d647239046120089086
treef83f638556ad6ac3c89ae8829624cf3307a4ca27
parent923ece5989e9473ae03e6701c85848d6d5adbb9e
* fixed issue with exceeded register pressure at bb end
* args of remats at block end have to live until the end of the block (live_out)
* a remat a bb end may only use a value if it is reloaded or it already arrives in
  register. It may not be the result of a different remat in this prolog (we cannot assure a proper order)
* deleting unsued PhiMs
ir/be/bespillremat.c