summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-08-04 15:18:37 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:38 -0400
commit48dca3348ae47fec5f2fa39ae899cbf62f2fae44 (patch)
tree5d3f24d21579374da13b9a95ee4778ecc6b6cadd /yjit_core.h
parentd78ea4abec1d030af2c5d99b03b3b4d959bd138c (diff)
Move yjit_type_of_value into yjit_core.c
Diffstat (limited to 'yjit_core.h')
-rw-r--r--yjit_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit_core.h b/yjit_core.h
index 8530225cd5..877f1a3686 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -271,6 +271,7 @@ void ctx_set_local_type(ctx_t* ctx, size_t idx, val_type_t type);
void ctx_clear_local_types(ctx_t* ctx);
int ctx_diff(const ctx_t* src, const ctx_t* dst);
int type_diff(val_type_t src, val_type_t dst);
+val_type_t yjit_type_of_value(VALUE val);
const char *yjit_type_name(val_type_t type);
temp_type_mapping_t ctx_get_opnd_mapping(const ctx_t* ctx, insn_opnd_t opnd);