rose: make assignGroupsToLiterals a free function

This commit is contained in:
Justin Viiret
2016-06-02 13:57:03 +10:00
committed by Matthew Barr
parent 89dbbe6c53
commit 7690881f85
4 changed files with 13 additions and 12 deletions

View File

@@ -1660,7 +1660,7 @@ aligned_unique_ptr<RoseEngine> RoseBuildImpl::buildRose(u32 minWidth) {
findMoreLiteralMasks(*this);
assignGroupsToLiterals();
assignGroupsToLiterals(*this);
assignGroupsToRoles(*this);
findGroupSquashers(*this);