Internals: Rename isSplittable->isPure. No functional change

This commit is contained in:
Wilson Snyder
2011-12-15 19:13:54 -05:00
parent c4504a9221
commit 4da9b5e491
6 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ private:
nodep->iterateChildren(*this);
if (nodep->varp()->user4p() != m_curVxp) {
if (m_curVxp->pure()
&& !nodep->varp()->isPure()) {
&& !nodep->varp()->isXTemp()) {
m_curVxp->impure(nodep);
}
}