Skip to content
  • Arnold Schwaighofer's avatar
    Correction to tail call optimization code. The new return address · b3d58b98
    Arnold Schwaighofer authored
    was stored to the acutal stack slot before the parameters were
    lowered to their stack slot. This could cause arguments to be
    overwritten by the return address if the called function had less
    parameters than the caller function. The update should remove the
    last failing test case of llc-beta: SPASS.
    
    llvm-svn: 43027
    b3d58b98
Loading