diff --git a/include/revng-c/TypeShrinking/MFP.h b/include/revng-c/TypeShrinking/MFP.h index 597a9b78f..713e2093c 100644 --- a/include/revng-c/TypeShrinking/MFP.h +++ b/include/revng-c/TypeShrinking/MFP.h @@ -25,8 +25,8 @@ concept same_as = std::is_same_v; template struct MFPResult { - LatticeElement inValue; - LatticeElement outValue; + LatticeElement InValue; + LatticeElement OutValue; }; /// GT is an instance of llvm::GraphTraits e.g. llvm::GraphTraits @@ -53,19 +53,19 @@ concept MonotoneFrameworkInstance = requires(typename MFI::LatticeElement E1, // clang-format on }; -template +template struct WorklistItem { - size_t priority; - Label label; + size_t Priority; + ItemType Item; - friend bool - operator<(const WorklistItem