example: OP_COPY must destroy any old pseudo state
commit7e58336770b4102d1dac4b90a6a8310e3b81e18e
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 23 Nov 2005 03:35:07 +0000 (22 19:35 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 23 Nov 2005 03:35:07 +0000 (22 19:35 -0800)
treebabb3ef0c4737e51538940ef9996c489e95e8ef1
parent3108192d73f1912cee8afdcd328d7eb1d724da64
example: OP_COPY must destroy any old pseudo state

Toto, I have a feeling We're not in SSA land any more.

(Not that it really helps.  The example compiler not only had SSA
assumptions, it also depended on liveness information and insn->def
state, both of which are destroyed by the un-ssa phase.  So this is
really a small bandage around a much larger problem, and doesn't really
fix anything fundamental).

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
example.c