Index: src/IceASanInstrumentation.h |
diff --git a/src/IceASanInstrumentation.h b/src/IceASanInstrumentation.h |
index f3090ef160f27985518e0a01c9c45493958131db..3959b36ba0c41283e9486c0b7acc5facdd859eab 100644 |
--- a/src/IceASanInstrumentation.h |
+++ b/src/IceASanInstrumentation.h |
@@ -54,7 +54,7 @@ private: |
void instrumentStart(Cfg *Func) override; |
void finishFunc(Cfg *Func) override; |
ICE_TLS_DECLARE_FIELD(VarSizeMap *, LocalVars); |
- ICE_TLS_DECLARE_FIELD(std::vector<InstCall *> *, LocalDtors); |
+ ICE_TLS_DECLARE_FIELD(std::vector<InstStore *> *, LocalDtors); |
GlobalSizeMap GlobalSizes; |
std::atomic<uint32_t> RzNum; |
bool DidProcessGlobals = false; |