* POSSIBILITY OF SUCH DAMAGE.
*/
+/**
+ * \file
+ * \brief FDR literal matcher: Teddy build code.
+ */
+
#include "teddy_compile.h"
#include "fdr.h"
#include "util/target_info.h"
#include "util/verify_types.h"
-
#include <algorithm>
#include <cassert>
#include <cctype>
* POSSIBILITY OF SUCH DAMAGE.
*/
-/** \file
+/**
+ * \file
* \brief FDR literal matcher: Teddy build API.
*/
#include <vector>
struct FDR;
-struct target_t;
namespace ue2 {
struct Grey;
struct hwlmLiteral;
+struct target_t;
bytecode_ptr<FDR> teddyBuildTableHinted(const std::vector<hwlmLiteral> &lits,
bool make_small, u32 hint,