src/hotspot/share/opto/loopnode.hpp
changeset 52992 4bb6e0871bf7
parent 52925 9c18c9d839d3
child 53063 b04860fd2e2c
--- a/src/hotspot/share/opto/loopnode.hpp	Wed Dec 12 15:35:20 2018 -0500
+++ b/src/hotspot/share/opto/loopnode.hpp	Wed Dec 12 14:48:34 2018 -0800
@@ -1249,6 +1249,9 @@
   // important (common) to do address expressions.
   Node *remix_address_expressions( Node *n );
 
+  // Convert add to muladd to generate MuladdS2I under certain criteria
+  Node * convert_add_to_muladd(Node * n);
+
   // Attempt to use a conditional move instead of a phi/branch
   Node *conditional_move( Node *n );