remove obsolete comment
authorMatthias Braun <matze@braunis.de>
Mon, 1 Oct 2012 14:58:49 +0000 (16:58 +0200)
committerMatthias Braun <matze@braunis.de>
Mon, 29 Oct 2012 16:48:54 +0000 (17:48 +0100)
ir/ir/irverify.c

index 9e3051c..50f50f2 100644 (file)
@@ -1456,21 +1456,6 @@ static int verify_node_Load(const ir_node *n)
        }
        ASSERT_AND_RET( mymode == mode_T, "Load node", 0 );
 
-       /*
-        * jack's gen_add_firm_code:simpleSel seems to build Load (Load
-        * (Proj (Proj))) sometimes ...
-
-        * interprete.c:ai_eval seems to assume that this happens, too
-
-        * obset.c:get_abstval_any can't deal with this if the load has
-        * mode_T
-        *
-         {
-         ir_entity *ent = hunt_for_entity (get_Load_ptr (n), n);
-         assert ((NULL != ent) || (mymode != mode_T));
-         }
-        */
-
        return 1;
 }