record which irtree-and-type generations were produced via auto-hooks; skip those when doing typeofs

This commit is contained in:
Ryan Fleury
2025-05-13 14:19:30 -07:00
parent 89e93459d7
commit e10f0489da
3 changed files with 25 additions and 1 deletions
+1
View File
@@ -318,6 +318,7 @@ struct E_IRTreeAndType
E_TypeKey type_key;
void *user_data;
E_Mode mode;
B32 auto_hook;
E_MsgList msgs;
E_IRTreeAndType *prev;
};