8266937: Remove Compile::reshape_address

Reviewed-by: kvn
This commit is contained in:
Claes Redestad 2021-05-11 22:45:27 +00:00
parent 974b9f7004
commit 616244f43a
7 changed files with 0 additions and 20 deletions

View file

@ -3129,8 +3129,6 @@ void Compile::final_graph_reshaping_main_switch(Node* n, Final_Reshape_Counts& f
}
}
#endif
// platform dependent reshaping of the address expression
reshape_address(n->as_AddP());
break;
}