This commit is contained in:
lizzie 2026-01-03 00:04:32 +00:00
parent 1b5e4f324d
commit 6a3053ce5d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ enum class Opcode;
/// Note that this is a linear IR and not a pure tree-based IR: i.e.: there is an ordering to
/// the microinstructions. This only matters before chaining is done in order to correctly
/// order memory accesses.
alignas(4096) class Block final {
class Block final {
public:
//using instruction_list_type = dense_list<Inst>;
using instruction_list_type = mcl::intrusive_list<Inst>;