< prev index next >

src/cpu/x86/vm/c1_LinearScan_x86.cpp

Print this page

        

@@ -784,11 +784,10 @@
 
       op2->set_fpu_stack_size(sim()->stack_size());
       break;
     }
 
-    case lir_log:
     case lir_log10: {
       // log and log10 need one temporary fpu stack slot, so
       // there is one temporary registers stored in temp of the
       // operation. the stack allocator must guarantee that the stack
       // slots are really free, otherwise there might be a stack
< prev index next >