Internals: Rename pure to dpiPure. No functional change. (#4461)

This commit is contained in:
Ryszard Rozak
2023-09-08 08:51:19 +02:00
committed by GitHub
parent 11b5dae88d
commit 91227d26bb
6 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ private:
// UINFO(4, " CFUNC " << nodep << endl);
if (!m_tracingCall && !nodep->entryPoint()) return;
m_tracingCall = false;
if (nodep->dpiImportPrototype() && !nodep->pure()) {
if (nodep->dpiImportPrototype() && !nodep->dpiPure()) {
m_sideEffect = true; // If appears on assign RHS, don't ever delete the assignment
}
iterateChildren(nodep);