BugFix:
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 16 Aug 2006 13:30:29 +0000 (13:30 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 16 Aug 2006 13:30:29 +0000 (13:30 +0000)
commitaddc2f88b2f52ae412b9ecfdccff78692de906a2
tree7d45465299aa5e65051faa3e85879869f5ed414a
parentd4c57333f286b2c9482d8278a0ef8b30e3b93d7f
BugFix:
 - cached liveness information now for any node BEFORE patching the graph:
   this fixes the problem that the liveness is wrong after predecessors
   of Phi nodes are patched tp fxch and fpush and should speed up the
   simulator because the complexity lowers from O(n^2) to O(n)
 - fixed wrong cases for reverse operations ... again
ir/be/ia32/ia32_x87.c