Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Matthias Braun's avatar
    remove support for enumeration types · 89c75d37
    Matthias Braun authored
    It is not usefull for optimization in most languages:
    - In C/C++ you can't really change the value of enum constants as casting
      from/to integer has to produce the expected results.
    - In Java (and other OO languages) enum members are objects so the
      libfirm enumeration type can't be used there anyway
    89c75d37