CVS kaffe (robilad): removed unused cvtfi_RxR from arm jit
Kaffe CVS <[email protected]> Sun, 03 Feb 2008 07:10:27 -0800
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7738 Date: 2008/02/03 15:08:29 Author: robilad Branch: HEAD Tag: (none) Log: removed unused cvtfi_RxR from arm jit 2008-02-03 Dalibor Topic <[email protected]> * config/arm/jit-arm.def (cvtfi_RxR): Removed. Members: ChangeLog:1.5238->1.5239 config/arm/jit-arm.def:1.10->1.11 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5238 kaffe/ChangeLog:1.5239 --- kaffe/ChangeLog:1.5238 Sun Feb 3 15:05:15 2008 +++ kaffe/ChangeLog Sun Feb 3 15:08:29 2008 @@ -1,6 +1,10 @@ 2008-02-03 Dalibor Topic <[email protected]> - * config/arm/jit-icode.h (HAVE_cvt_float_int)> Undefine + * config/arm/jit-arm.def (cvtfi_RxR): Removed. + +2008-02-03 Dalibor Topic <[email protected]> + + * config/arm/jit-icode.h (HAVE_cvt_float_int): Undefine to fix jit regression test failure. 2008-02-02 Dalibor Topic <[email protected]> Index: kaffe/config/arm/jit-arm.def diff -u kaffe/config/arm/jit-arm.def:1.10 kaffe/config/arm/jit-arm.def:1.11 --- kaffe/config/arm/jit-arm.def:1.10 Sat Jan 19 15:13:38 2008 +++ kaffe/config/arm/jit-arm.def Sun Feb 3 15:08:33 2008 @@ -1344,14 +1344,6 @@ debug(("cvt_int_double %d, %d\n", w, r)); } -define_insn(cvt_float_int, cvtfi_RxR) -{ - int r = rreg_float(2); - int w = wreg_int(0); - op_cvt_f2i(w,r); - debug(("cvt_float_int r%d, f%d\n", w, r)); -} - define_insn(cvt_int_double, cvtdi_RxR) { int r = rreg_double(2);