8156190: [ppc] Fix build after "8151268: Wire up the x86 _vectorizedMismatch stub routine in C1"

New function was placed within other function.

Reviewed-by: mdoerr
This commit is contained in:
Goetz Lindenmaier 2016-05-06 09:10:47 +02:00
parent 107de3478c
commit 37389f4e60

View File

@ -1426,10 +1426,10 @@ void LIRGenerator::do_update_CRC32(Intrinsic* x) {
ShouldNotReachHere();
}
}
}
void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) {
fatal("vectorizedMismatch intrinsic is not implemented on this platform");
}
void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) {
fatal("vectorizedMismatch intrinsic is not implemented on this platform");
}
void LIRGenerator::do_update_CRC32C(Intrinsic* x) {