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