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)
224224# ======================================================================================================
225225
226226
227-
228227# ======================================================================================================
229228# ========================================= BUILD CMAKE OPTIONS ========================================
230229# ======================================================================================================
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ ScalarizeFunction::~ScalarizeFunction()
7272{
7373 releaseAllSCMEntries ();
7474 delete[] m_SCMAllocationArray;
75+ destroyDummyFunc ();
7576 V_PRINT (scalarizer, " ScalarizeFunction destructor\n " );
7677}
7778
@@ -155,8 +156,6 @@ bool ScalarizeFunction::runOnFunction(Function& F)
155156 (*index)->eraseFromParent ();
156157 }
157158
158- destroyDummyFunc ();
159-
160159 V_PRINT (scalarizer, " \n Completed scalarizing function: " << m_currFunc->getName () << " \n " );
161160 return true ;
162161}
You can’t perform that action at this time.
0 commit comments