Generate record IR

This commit is contained in:
2025-01-09 22:40:39 +01:00
parent cf4b6b7ccc
commit 954425f4bd
4 changed files with 68 additions and 25 deletions

View File

@ -4,6 +4,7 @@
#include "system.h"
#include "coretypes.h"
#include "tree.h"
#include "tree.h"
enum elna_tree_index
{
@ -24,6 +25,7 @@ namespace gcc
void init_ttree();
bool is_string_type(tree type);
bool is_array_type(tree type);
bool is_record_type(tree type);
class tree_chain_base
{