becopyilp: fix size_reduction code
authorMatthias Braun <matze@braunis.de>
Thu, 1 Dec 2011 19:14:25 +0000 (20:14 +0100)
committerMatthias Braun <matze@braunis.de>
Thu, 1 Dec 2011 19:17:12 +0000 (20:17 +0100)
commitde25f93b0e1223e11e0ff6c5425ee277e563119c
treea99a4c2b93f12486413c0849e559f2aaaed4f2eb
parentb6de8e65b56fb153061505d65d10548f40daf8f5
becopyilp: fix size_reduction code

Fix the size reduction stuff which happily assigned non-allocatable
registers. It worked by chance on x86 as all non-allocatable registers
come last.
ir/be/becopyilp.c