Rename IR_POWI to IR_POW.

This commit is contained in:
Mike Pall
2011-02-02 21:33:11 +01:00
parent 433fd18f6d
commit 1027018b21
5 changed files with 15 additions and 15 deletions

View File

@@ -207,7 +207,7 @@ static void split_ir(jit_State *J)
irt_isi64(ir->t) ? IRCALL_lj_carith_modi64 :
IRCALL_lj_carith_modu64);
break;
case IR_POWI:
case IR_POW:
hi = split_call64(J, hisubst, oir, ir,
irt_isi64(ir->t) ? IRCALL_lj_carith_powi64 :
IRCALL_lj_carith_powu64);