small fixes
[libfirm] / scripts / gen_ir.py
index 53c9031..8ccfc4f 100755 (executable)
@@ -411,9 +411,7 @@ def main(argv):
        gendir = argv[2]
 
        # List of TODOs
-       niymap = ["ASM", "CallBegin", "Const", "Const_type", "Const_long",
-               "defaultProj", "Dummy", "Phi", "simpleSel", "SymConst", "SymConst_type",
-               "Sync"]
+       niymap = [ "ASM", "Const", "Phi", "SymConst", "Sync"]
 
        file = open(gendir + "/gen_ir_cons.c.inl", "w")
        for nodename, node in do_dictsort(nodes):