mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 18:44:24 +03:00
remove !LBR constraints from merge passes
we have either converted candidates to castles already or we have converted them back in the hope of merging them with other holders
This commit is contained in:
@@ -66,9 +66,6 @@ constructLBR(const CastleProto &proto,
|
||||
const std::vector<std::vector<CharReach>> &triggers,
|
||||
const CompileContext &cc, const ReportManager &rm);
|
||||
|
||||
/** \brief True if graph \p g could be turned into an LBR engine. */
|
||||
bool isLBR(const NGHolder &g, const Grey &grey);
|
||||
|
||||
} // namespace ue2
|
||||
|
||||
#endif // NG_LBR_H
|
||||
|
||||
Reference in New Issue
Block a user