export/import visibility and linkageflags
[libfirm] / scripts / ir_spec.py
index 38db834..4dade90 100755 (executable)
@@ -293,11 +293,6 @@ class Cond(Op):
        flags    = [ "cfopcode", "forking" ]
        pinned   = "yes"
        attrs    = [
-               dict(
-                       name = "kind",
-                       type = "cond_kind",
-                       init = "dense"
-               ),
                dict(
                        name = "default_proj",
                        type = "long",