"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ac92066b0c0ccf0e9852b8aa8555501a6ecef538"
Correction to tail call optimization code. The new return address
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
Loading
Please register or sign in to comment