mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Expanded const generic params to support structs
This commit is contained in:
parent
d9de51a019
commit
b80db38cdc
13 changed files with 443 additions and 36 deletions
|
@ -105,6 +105,7 @@ public:
|
|||
BeIRTypeEntry& GetTypeEntry(int typeId);
|
||||
|
||||
void FixValues(BeStructType* structType, CmdParamVec<BeValue*>& values);
|
||||
void FixValues(BeStructType* structType, SizedArrayImpl<BeConstant*>& values);
|
||||
|
||||
public:
|
||||
BeIRCodeGen();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue