[PATCH] Add a function to translate the SSA form back to normal form.
commit4c520e1ad243ed347dfc0e1f8c6e3dec19994f42
authorLuc Van Oostenryck <luc.vanoostenryck@looxix.net>
Mon, 21 Nov 2005 23:41:56 +0000 (22 00:41 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 22 Nov 2005 01:55:24 +0000 (21 17:55 -0800)
tree7b2701aa6135f3ba95ecf98e55bb8497de3e245d
parentca682df2d73399c4d24d4400cc1a06c9dfc79477
[PATCH] Add a function to translate the SSA form back to normal form.

For now, it use a simple method but which introduces a lot more copies
than necessary. Can be fixed later.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@looxix.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
.gitignore
Makefile
linearize.h
test-unssa.c [new file with mode: 0644]
unssa.c [new file with mode: 0644]