diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2014-09-14 20:36:28 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2014-09-14 20:36:28 +0000 |
commit | 66b0cebf7f736d888aae6c9aeb8c144049c24528 (patch) | |
tree | bf50252fe38eadac2471ab00c097897d76a1c62a /llvm/lib/Target/X86 | |
parent | f620a575bf0cad9935bd307e04414f9f7f186399 (diff) | |
download | bcm5719-llvm-66b0cebf7f736d888aae6c9aeb8c144049c24528.tar.gz bcm5719-llvm-66b0cebf7f736d888aae6c9aeb8c144049c24528.zip |
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
Diffstat (limited to 'llvm/lib/Target/X86')
0 files changed, 0 insertions, 0 deletions