hotspot/src/share/vm/c1/c1_LIRAssembler.cpp
changeset 35146 9ebfec283f56
parent 34500 3c82f7ac03e6
child 35540 e001ad24dcdb
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp	Wed Dec 23 16:24:19 2015 -0800
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp	Wed Dec 23 21:09:50 2015 -0800
@@ -740,7 +740,6 @@
     case lir_tan:
     case lir_cos:
     case lir_log10:
-    case lir_pow:
       intrinsic_op(op->code(), op->in_opr1(), op->in_opr2(), op->result_opr(), op);
       break;