aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@looxix.net>2005-11-22 00:41:56 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-21 17:55:24 -0800
commit4c520e1ad243ed347dfc0e1f8c6e3dec19994f42 (patch)
tree7b2701aa6135f3ba95ecf98e55bb8497de3e245d /.gitignore
parent[PATCH] Add a new opcode: OP_COPY. (diff)
downloadsparse-4c520e1ad243ed347dfc0e1f8c6e3dec19994f42.tar.gz
sparse-4c520e1ad243ed347dfc0e1f8c6e3dec19994f42.tar.bz2
sparse-4c520e1ad243ed347dfc0e1f8c6e3dec19994f42.zip
[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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6c331ac..a7e5514 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ check
compile
test-linearize
example
+test-unssa