hotspot/src/cpu/ppc/vm/c1_LIRGenerator_ppc.cpp
changeset 38238 1bbcc430c78d
parent 38237 d972e3a2df53
child 38241 32eab2eb41fd
child 38277 1c70cff7c206
equal deleted inserted replaced
38237:d972e3a2df53 38238:1bbcc430c78d
  1424     }
  1424     }
  1425     default: {
  1425     default: {
  1426       ShouldNotReachHere();
  1426       ShouldNotReachHere();
  1427     }
  1427     }
  1428   }
  1428   }
       
  1429 
       
  1430   void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) {
       
  1431     fatal("vectorizedMismatch intrinsic is not implemented on this platform");
       
  1432   }
  1429 }
  1433 }
  1430 
  1434 
  1431 void LIRGenerator::do_update_CRC32C(Intrinsic* x) {
  1435 void LIRGenerator::do_update_CRC32C(Intrinsic* x) {
  1432   Unimplemented();
  1436   Unimplemented();
  1433 }
  1437 }