Skip to content

Commit

Permalink
Add missing comment to a new function
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Jul 25, 2018
1 parent 137ab0f commit 025bdfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/spesh/manipulate.c
Expand Up @@ -331,6 +331,9 @@ static MVMSpeshOperand make_temp_reg(MVMThreadContext *tc, MVMSpeshGraph *g, MVM

return result;
}

/* Gets a temporary register, adding it to the set of registers of the
* frame. */
MVMSpeshOperand MVM_spesh_manipulate_get_temp_reg(MVMThreadContext *tc, MVMSpeshGraph *g, MVMuint16 kind) {
return make_temp_reg(tc, g, kind, 1);
}
Expand Down

0 comments on commit 025bdfd

Please sign in to comment.