| commit | 66b0cebf7f736d888aae6c9aeb8c144049c24528 | [log] [tgz] |
|---|---|---|
| author | Yaron Keren <yaron.keren@gmail.com> | Sun Sep 14 20:36:28 2014 +0000 |
| committer | Yaron Keren <yaron.keren@gmail.com> | Sun Sep 14 20:36:28 2014 +0000 |
| tree | bf50252fe38eadac2471ab00c097897d76a1c62a | |
| parent | f620a575bf0cad9935bd307e04414f9f7f186399 [diff] |
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