Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
TailRecursionElimination.cpp
Find file
Blame
History
Permalink
Don't do tail calls in a function that call setjmp. The stack might be
· 2050af83
Rafael Espindola
authored
May 16, 2011
corrupted when setjmp returns again. llvm-svn: 131399
2050af83
Loading