Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In DwarfEHPrepare, after all passes are run, RewindFunction may be a …
…dangling pointer to a dead function. To make sure it's valid, doFinalization nullptrs RewindFunction just like the constructor and so it will be found on next run. llvm-svn: 217737
- Loading branch information