mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Delete X86JITInfo in the subtarget destructor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efcef81061
commit
48a7c150fc
@ -363,6 +363,7 @@ X86Subtarget::~X86Subtarget() {
|
|||||||
delete TLInfo;
|
delete TLInfo;
|
||||||
delete InstrInfo;
|
delete InstrInfo;
|
||||||
delete FrameLowering;
|
delete FrameLowering;
|
||||||
|
delete JITInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user