forked from OSchip/llvm-project
[Orc] Back out one of the GCC ICE workarounds from r228568. NFC.
llvm-svn: 228637
This commit is contained in:
parent
89fdc9a61e
commit
b96afab184
|
@ -224,8 +224,8 @@ public:
|
||||||
[this, Addr, H](){
|
[this, Addr, H](){
|
||||||
if (H->NeedsFinalization()) {
|
if (H->NeedsFinalization()) {
|
||||||
H->Finalize();
|
H->Finalize();
|
||||||
if (this->NotifyFinalized)
|
if (NotifyFinalized)
|
||||||
this->NotifyFinalized(H);
|
NotifyFinalized(H);
|
||||||
}
|
}
|
||||||
return Addr;
|
return Addr;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue