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)
224224# ======================================================================================================
225225
226226
227+
227228# ======================================================================================================
228229# ========================================= BUILD CMAKE OPTIONS ========================================
229230# ======================================================================================================
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ ScalarizeFunction::~ScalarizeFunction()
7272{
7373 releaseAllSCMEntries ();
7474 delete[] m_SCMAllocationArray;
75- destroyDummyFunc ();
7675 V_PRINT (scalarizer, " ScalarizeFunction destructor\n " );
7776}
7877
@@ -156,6 +155,8 @@ bool ScalarizeFunction::runOnFunction(Function& F)
156155 (*index)->eraseFromParent ();
157156 }
158157
158+ destroyDummyFunc ();
159+
159160 V_PRINT (scalarizer, " \n Completed scalarizing function: " << m_currFunc->getName () << " \n " );
160161 return true ;
161162}
You can’t perform that action at this time.
0 commit comments