diff options
author | John van Groningen | 2008-12-18 16:12:51 +0000 |
---|---|---|
committer | John van Groningen | 2008-12-18 16:12:51 +0000 |
commit | 6d143de55938f32f1f53df4526e3ce869a3039ef (patch) | |
tree | 3b55bf72b2d65243fb501411ae189535ae781001 /cgcode.h | |
parent | add truncateR and ceilingR (diff) |
add pushZ, pushZR and jmp_not_eqZ
Diffstat (limited to 'cgcode.h')
-rw-r--r-- | cgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ extern INSTRUCTION_GRAPH g_fload (int offset,int stack); extern INSTRUCTION_GRAPH g_instruction_1 (int instruction_code,INSTRUCTION_GRAPH graph_1); extern INSTRUCTION_GRAPH g_instruction_2 (int instruction_code,INSTRUCTION_GRAPH graph_1,INSTRUCTION_GRAPH graph_2); extern INSTRUCTION_GRAPH g_new_node (int,int,int); +extern INSTRUCTION_GRAPH g_create_unboxed_int_array (int n_elements); #ifdef G_A64 # define g_fromf(g1) g_instruction_1(GFROMF,(g1)) |