projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e58f3a
)
Delete X86JITInfo in the subtarget destructor.
author
Eric Christopher
<echristo@gmail.com>
Tue, 10 Jun 2014 08:03:42 +0000
(08:03 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Tue, 10 Jun 2014 08:03:42 +0000
(08:03 +0000)
llvm-svn: 210516
llvm/lib/Target/X86/X86Subtarget.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86Subtarget.cpp
b/llvm/lib/Target/X86/X86Subtarget.cpp
index
3cf4d7c
..
fab707e
100644
(file)
--- a/
llvm/lib/Target/X86/X86Subtarget.cpp
+++ b/
llvm/lib/Target/X86/X86Subtarget.cpp
@@
-363,6
+363,7
@@
X86Subtarget::~X86Subtarget() {
delete TLInfo;
delete InstrInfo;
delete FrameLowering;
+ delete JITInfo;
}
bool