diff options
author | Mike Pall <mike> | 2011-02-02 21:25:43 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-02 21:25:43 +0100 |
commit | 433fd18f6d44ab5fc68f65cfdf1d1fab7d89992e (patch) | |
tree | 227335424c8b392a3b0e32991ee96b6ebb473bb8 /src/Makefile.dep | |
parent | a1e0f991d8407b1942be0389332e3f24810f5f7a (diff) | |
download | luajit-433fd18f6d44ab5fc68f65cfdf1d1fab7d89992e.tar.gz luajit-433fd18f6d44ab5fc68f65cfdf1d1fab7d89992e.tar.bz2 luajit-433fd18f6d44ab5fc68f65cfdf1d1fab7d89992e.zip |
FFI: Add basic FOLD rules for 64 bit integer DIV, MOD and POWI.
Diffstat (limited to 'src/Makefile.dep')
-rw-r--r-- | src/Makefile.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index 1534ac27..cecaf403 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -119,7 +119,7 @@ lj_opt_dce.o: lj_opt_dce.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | |||
119 | lj_ir.h lj_jit.h lj_iropt.h | 119 | lj_ir.h lj_jit.h lj_iropt.h |
120 | lj_opt_fold.o: lj_opt_fold.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 120 | lj_opt_fold.o: lj_opt_fold.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
121 | lj_str.h lj_tab.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h lj_dispatch.h \ | 121 | lj_str.h lj_tab.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h lj_dispatch.h \ |
122 | lj_bc.h lj_traceerr.h lj_vm.h lj_folddef.h | 122 | lj_bc.h lj_traceerr.h lj_carith.h lj_vm.h lj_folddef.h |
123 | lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ | 123 | lj_opt_loop.o: lj_opt_loop.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \ |
124 | lj_err.h lj_errmsg.h lj_str.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h \ | 124 | lj_err.h lj_errmsg.h lj_str.h lj_ir.h lj_jit.h lj_iropt.h lj_trace.h \ |
125 | lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h lj_vm.h | 125 | lj_dispatch.h lj_bc.h lj_traceerr.h lj_snap.h lj_vm.h |