Fixed warning about strange position of be_Keeps in the schedule.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 23 Feb 2011 16:04:44 +0000 (17:04 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 28 Feb 2011 12:30:23 +0000 (13:30 +0100)
commit4b1ba72d77ef6c3a7da7d774b6f3da1fc8b665be
tree6a51281e3d01f6fb883e861b468ac14cd4163ab2
parent994ff008f891db0b805d48edd74bbcaeca32ee8c
Fixed warning about strange position of be_Keeps in the schedule.

The warning arises from the removal of the barrier before peephole
optimization. An operand of the barrier is now kept by a new be_Keep
which is scheduled directly after the operand.
ir/be/bepeephole.c