mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
rose: make assignGroupsToRoles a free function
This commit is contained in:
committed by
Matthew Barr
parent
de201997b7
commit
89dbbe6c53
@@ -1661,7 +1661,7 @@ aligned_unique_ptr<RoseEngine> RoseBuildImpl::buildRose(u32 minWidth) {
|
||||
findMoreLiteralMasks(*this);
|
||||
|
||||
assignGroupsToLiterals();
|
||||
assignGroupsToRoles();
|
||||
assignGroupsToRoles(*this);
|
||||
findGroupSquashers(*this);
|
||||
|
||||
/* final prep work */
|
||||
|
||||
Reference in New Issue
Block a user