Also track extended live ranges.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 17 Oct 2011 10:56:23 +0000 (12:56 +0200)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 17 Oct 2011 10:58:23 +0000 (12:58 +0200)
commit9edd1ecb1f7a2b8ddfbfeccf28ef1e5e4b5ddc19
treee6a0ac579a70caabde559154086d9c5191f91e9d
parentc62cc474a6ab3dcae9cb5fb8bfd0c6cfdcde483a
Also track extended live ranges.

If the peephole replaced the current node by another node
the corresponding value is live before the current node.

This fixes x86code/flags.c.
ir/be/bepeephole.c