summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2021-07-14 11:52:00 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:38 -0400
commit4ea69e5c0b6163dbc6cdd75b2a44720d2b84a5f6 (patch)
tree7abf5a6408aa9fab1aa750febf6b4f8054365ccc /yjit_core.h
parent53079ca585161b882b37945b31802f6d477bbb1e (diff)
Rename to ctx_upgrade_opnd_type
Diffstat (limited to 'yjit_core.h')
-rw-r--r--yjit_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_core.h b/yjit_core.h
index c6790e4f00..9f9a4704f7 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -258,7 +258,7 @@ x86opnd_t ctx_stack_push_local(ctx_t* ctx, size_t local_idx);
x86opnd_t ctx_stack_pop(ctx_t* ctx, size_t n);
x86opnd_t ctx_stack_opnd(ctx_t* ctx, int32_t idx);
val_type_t ctx_get_opnd_type(const ctx_t* ctx, insn_opnd_t opnd);
-void ctx_set_opnd_type(ctx_t* ctx, insn_opnd_t opnd, val_type_t type);
+void ctx_upgrade_opnd_type(ctx_t* ctx, insn_opnd_t opnd, val_type_t type);
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);