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](){
|
||||
if (H->NeedsFinalization()) {
|
||||
H->Finalize();
|
||||
if (this->NotifyFinalized)
|
||||
this->NotifyFinalized(H);
|
||||
if (NotifyFinalized)
|
||||
NotifyFinalized(H);
|
||||
}
|
||||
return Addr;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue