mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
rose: use bytecode_ptr<RoseEngine>
This commit is contained in:
committed by
Matthew Barr
parent
73ef7f1e44
commit
813f1e3fb9
@@ -1668,7 +1668,7 @@ bool roleOffsetsAreValid(const RoseGraph &g) {
|
||||
}
|
||||
#endif // NDEBUG
|
||||
|
||||
aligned_unique_ptr<RoseEngine> RoseBuildImpl::buildRose(u32 minWidth) {
|
||||
bytecode_ptr<RoseEngine> RoseBuildImpl::buildRose(u32 minWidth) {
|
||||
dumpRoseGraph(*this, "rose_early.dot");
|
||||
|
||||
// Early check for Rose implementability.
|
||||
|
||||
Reference in New Issue
Block a user