< prev index next >

src/cpu/ppc/vm/c1_LIRGenerator_ppc.cpp

Print this page
rev 10992 : 8156190: [ppc] Fix build after "8151268: Wire up the x86 _vectorizedMismatch stub routine in C1"

*** 1424,1437 **** } default: { ShouldNotReachHere(); } } ! void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) { fatal("vectorizedMismatch intrinsic is not implemented on this platform"); - } } void LIRGenerator::do_update_CRC32C(Intrinsic* x) { Unimplemented(); } --- 1424,1437 ---- } default: { ShouldNotReachHere(); } } + } ! void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) { fatal("vectorizedMismatch intrinsic is not implemented on this platform"); } void LIRGenerator::do_update_CRC32C(Intrinsic* x) { Unimplemented(); }
< prev index next >