Simplify inserting the fxchs in x87_shuffle().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 3 Nov 2012 11:21:07 +0000 (12:21 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 5 Nov 2012 17:07:19 +0000 (18:07 +0100)
commit815f70953280dac231e6229b69069b09ada503b8
tree2584ecd9de228414487a5429d187bae192b4fa84
parent69f845ab17908e9d5ec3a3c661c0b91a47003daa
Simplify inserting the fxchs in x87_shuffle().

Always inserting before the cf node results in the same order as first inserting before the cf node and then inserting after the last inserted node.
ir/be/ia32/ia32_x87.c