Delete X86JITInfo in the subtarget destructor.
authorEric Christopher <echristo@gmail.com>
Tue, 10 Jun 2014 08:03:42 +0000 (08:03 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 10 Jun 2014 08:03:42 +0000 (08:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210516 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Subtarget.cpp

index 3cf4d7cc462618ebd9f904dc6af1059a330f4879..fab707e610b3d787bfac7f4f8b0ba9938f0447ec 100644 (file)
@@ -363,6 +363,7 @@ X86Subtarget::~X86Subtarget() {
   delete TLInfo;
   delete InstrInfo;
   delete FrameLowering;
+  delete JITInfo;
 }
 
 bool