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:
parent
107de3478c
commit
37389f4e60
@ -1426,10 +1426,10 @@ void LIRGenerator::do_update_CRC32(Intrinsic* x) {
|
|||||||
ShouldNotReachHere();
|
ShouldNotReachHere();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) {
|
void LIRGenerator::do_vectorizedMismatch(Intrinsic* x) {
|
||||||
fatal("vectorizedMismatch intrinsic is not implemented on this platform");
|
fatal("vectorizedMismatch intrinsic is not implemented on this platform");
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void LIRGenerator::do_update_CRC32C(Intrinsic* x) {
|
void LIRGenerator::do_update_CRC32C(Intrinsic* x) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user