[PATCH] Add a new opcode: OP_COPY.
commitca682df2d73399c4d24d4400cc1a06c9dfc79477
authorLuc Van Oostenryck <luc.vanoostenryck@looxix.net>
Mon, 21 Nov 2005 23:37:53 +0000 (22 00:37 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 22 Nov 2005 01:55:24 +0000 (21 17:55 -0800)
tree5fc802ec8b8f33482ee12688187b99ed8ac7e4fa
parentb85ec4bb7f5b1c522d7c71782dbd9cf1c4c49b2f
[PATCH] Add a new opcode: OP_COPY.

This is needed to translate SSA back to normal form.

Maybe we should split this in two distinct ops: The first ones
correspond to the old OP_PHISOURCE (but if the same phisrc feed several
phi-nodes, we need sevarel distinct copy instruction); at this stage
they are the only instruction that can define a pseudo in multiple
places.  The other ones being the "normal" copies.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@looxix.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
linearize.c
linearize.h