Commented builtin stuff. Please fix me!
authortwisti <none@none>
Mon, 6 Jun 2005 15:26:26 +0000 (15:26 +0000)
committertwisti <none@none>
Mon, 6 Jun 2005 15:26:26 +0000 (15:26 +0000)
src/vm/jit/lsra.inc

index f07dd30b9a457cfa8d67d8ecea5ccc80b1084173..51fe5b3820c7a87a53d2a139ca0b020ba9747c48 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Christian Ullrich
 
-   $Id: lsra.inc 2436 2005-05-04 12:39:53Z christian $
+   $Id: lsra.inc 2567 2005-06-06 15:26:26Z twisti $
 
 */
 #include <stdio.h>
@@ -2398,6 +2398,7 @@ void lsra_scan_registers_canditates(methodinfo *m, lsradata *ls, int b_index)
                                lsra_new_stack(ls,dst,b_index,iindex);
                        break;
 
+#if 0
                case ICMD_BUILTIN3:
                        lsra_from_stack(ls, src,b_index,iindex);
                        src = src->prev;
@@ -2410,6 +2411,7 @@ void lsra_scan_registers_canditates(methodinfo *m, lsradata *ls, int b_index)
                        if (iptr->op1 != TYPE_VOID)
                                lsra_new_stack(ls,dst,b_index,iindex);
                        break;
+#endif
 
                case ICMD_MULTIANEWARRAY:
                        i = iptr->op1;