Only copy the x87 state once per block.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 1 Nov 2012 15:41:35 +0000 (16:41 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 5 Nov 2012 17:07:17 +0000 (18:07 +0100)
commite73a20bf2f7d542f4e6921b5d907c33d004c5f0a
tree14081fa34fe7f5cb6c96e5b573e4ccf8eaf32b58
parent6a0fe628ac10e271247897637bf68a7df0909de9
Only copy the x87 state once per block.

Copy it before x87_kill_deads() instead of after it, so x87_kill_deads() does not need to conditionally copy it.
ir/be/ia32/ia32_x87.c