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

Skip to content
  • Andreas Fried's avatar
    Remove an unneeded Sync edge when inlining. · 25c3a1fb
    Andreas Fried authored
    When inlining a function, cparser produces a Sync after the parameters
    have been copied, which has an edge to the Call's memory input. If there is
    at least one struct argument, this edge is not needed, and will not be
    generated now.
    
    Also, if there is only one parameter, the Sync itself is not generated.
    25c3a1fb