removed wrong comment
authorMatthias Braun <matze@braunis.de>
Fri, 22 Jun 2007 09:16:46 +0000 (09:16 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 22 Jun 2007 09:16:46 +0000 (09:16 +0000)
[r14713]

ir/be/belive.c

index 0becbab..8f0724d 100644 (file)
@@ -770,7 +770,6 @@ void be_liveness_transfer(const arch_env_t *arch_env,
        assert(!is_Phi(node) && "liveness_transfer produces invalid results for phi nodes");
 
 #ifndef SCHEDULE_PROJS
-       /* kill all Proj's if a node is killed */
        if (get_irn_mode(node) == mode_T) {
                const ir_edge_t *edge;