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

Skip to content
  • Andreas Zwinkau's avatar
    Fixes backend/lower_call.c · b76725c3
    Andreas Zwinkau authored
    - is_lowered_type is not helpful, because the flag may already be set
      by lower_calls before. This flag should probably be removed in general.
    - hence lower_mtp must not check for is_lowered_type
    - lower_Start must update the entity type, but not lower_irg,
      otherwise lower_Start can not decide, whether a lowering is necessary.
    b76725c3