8297791: update _max_classes in node type system

Reviewed-by: thartmann
This commit is contained in:
Matthijs Bijman 2022-12-14 11:30:34 +00:00 committed by Tobias Hartmann
parent b754aa5e3f
commit d32d6c028d

@ -763,7 +763,7 @@ public:
DEFINE_CLASS_ID(Move, Node, 17)
DEFINE_CLASS_ID(LShift, Node, 18)
_max_classes = ClassMask_Move
_max_classes = ClassMask_LShift
};
#undef DEFINE_CLASS_ID