1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed CurrentAddToConstHolder of sized array types

This commit is contained in:
Brian Fiete 2022-06-23 05:20:54 -07:00
parent bd10113806
commit f47d9e0b01
4 changed files with 225 additions and 159 deletions

View file

@ -1630,6 +1630,7 @@ public:
StringT<128> MethodToString(BfMethodInstance* methodInst, BfMethodNameFlags methodNameFlags = BfMethodNameFlag_ResolveGenericParamNames, BfTypeVector* typeGenericArgs = NULL, BfTypeVector* methodGenericArgs = NULL);
void pt(BfType* type);
void pm(BfMethodInstance* type);
BfIRType CurrentAddToConstHolder(BfIRType irType);
void CurrentAddToConstHolder(BfIRValue& irVal);
void ClearConstData();
bool HasUnactializedConstant(BfConstant* constant, BfIRConstHolder* constHolder);