aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@looxix.net>2005-11-24 02:08:46 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-25 16:16:32 -0800
commit0947976f74810d492fea90a4ddcd0f2d36ded535 (patch)
tree1cbfb64ce49abfcee6964c80f688ea734ed8f04e /unssa.c
parent[PATCH] unssa: update the liveness info. (diff)
downloadsparse-0947976f74810d492fea90a4ddcd0f2d36ded535.tar.gz
sparse-0947976f74810d492fea90a4ddcd0f2d36ded535.tar.bz2
sparse-0947976f74810d492fea90a4ddcd0f2d36ded535.zip
[PATCH] remove old comment
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@looxix.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'unssa.c')
-rw-r--r--unssa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/unssa.c b/unssa.c
index bb0802d..cd18313 100644
--- a/unssa.c
+++ b/unssa.c
@@ -56,9 +56,6 @@ static void replace_phi_node(struct instruction *phi)
phi->src = tmp;
// FIXME: free phi->phi_list;
- // FIXME: remove the %phi from bb->needs
- // FIXME: add tmp to bb->needs
- // FIXME: same but more tricky for bb->defines
}
static void rewrite_phi_bb(struct basic_block *bb)