File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ unset(_debugConfigs)
224
224
# ======================================================================================================
225
225
226
226
227
+
227
228
# ======================================================================================================
228
229
# ========================================= BUILD CMAKE OPTIONS ========================================
229
230
# ======================================================================================================
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ ScalarizeFunction::~ScalarizeFunction()
72
72
{
73
73
releaseAllSCMEntries ();
74
74
delete[] m_SCMAllocationArray;
75
- destroyDummyFunc ();
76
75
V_PRINT (scalarizer, " ScalarizeFunction destructor\n " );
77
76
}
78
77
@@ -156,6 +155,8 @@ bool ScalarizeFunction::runOnFunction(Function& F)
156
155
(*index)->eraseFromParent ();
157
156
}
158
157
158
+ destroyDummyFunc ();
159
+
159
160
V_PRINT (scalarizer, " \n Completed scalarizing function: " << m_currFunc->getName () << " \n " );
160
161
return true ;
161
162
}
You can’t perform that action at this time.
0 commit comments