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

Fixed win x64 lowering issue

This commit is contained in:
Brian Fiete 2020-06-10 09:39:16 -07:00
parent ced4321239
commit 5c3d0021b1
4 changed files with 12 additions and 2 deletions

View file

@ -863,6 +863,7 @@ public:
int GetStructRetIdx();
bool HasSelf();
bool GetLoweredReturnType(BfTypeCode* loweredTypeCode = NULL, BfTypeCode* loweredTypeCode2 = NULL);
bool WantsIRStructsByVal();
bool IsAutocompleteMethod() { /*return mIdHash == -1;*/ return mIsAutocompleteMethod; }
bool IsSkipCall(bool bypassVirtual = false);
bool IsVarArgs();