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

Skip to content
  • yb9976's avatar
    Fixed invalid use of out edges. · 4e21ce56
    yb9976 authored
    Since safely iterating over out edges caches the next edges, we cannot
    recursively move Proj nodes along with their operands.
    If the Proj node is the cached one this causes the out edges to suddenly iterate
    over another block.
    
    This fixes opt/fehler279.c and opt/fehler280.c.
    4e21ce56