do not skip basic itypes when building type building dependency chains!

This commit is contained in:
Ryan Fleury
2025-10-20 14:51:58 -07:00
parent 6589cbe374
commit b371bff6f2
-1
View File
@@ -1801,7 +1801,6 @@ p2r_convert(Arena *arena, P2R_ConvertParams *params)
for EachInRange(idx, range)
{
CV_TypeId itype = (CV_TypeId)idx;
if(itype < itype_first) { continue; }
//- rjf: push initial itype - should be final-visited-itype for this itype
{