ia32: Simplify ia32_register_saved_by().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 1 Dec 2012 16:40:38 +0000 (17:40 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 2 Dec 2012 08:56:24 +0000 (09:56 +0100)
commit6f965967e27f2e4db1a7dbf5d050bd415fceeb5b
tree3e0480ca62c3f38986fb23721f12dafcc48e4f17
parent00d3df180d69e4e3fd0b05de4d066667ca8c6e8e
ia32: Simplify ia32_register_saved_by().

This resolves a latent bug that the x87 noreg register was classified as caller save.
The local index of the given register was compared to the global index of the x87 noreg.
ir/be/ia32/bearch_ia32.c