8266189: Remove C1 "IfInstanceOf" instruction

Reviewed-by: thartmann
This commit is contained in:
Yi Yang 2021-05-12 08:36:37 +00:00 committed by Tobias Hartmann
parent b46086d777
commit 548899d40e
10 changed files with 0 additions and 93 deletions

View file

@ -1186,11 +1186,6 @@ void LIRGenerator::do_Local(Local* x) {
}
void LIRGenerator::do_IfInstanceOf(IfInstanceOf* x) {
Unimplemented();
}
void LIRGenerator::do_Return(Return* x) {
if (compilation()->env()->dtrace_method_probes()) {
BasicTypeList signature;