diff src/share/vm/opto/macro.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents 1bd45abaa507
children e9a5e0a812c8
line wrap: on
line diff
--- a/src/share/vm/opto/macro.hpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/share/vm/opto/macro.hpp	Sat Dec 17 21:40:27 2011 +0100
@@ -119,6 +119,7 @@
   PhaseMacroExpand(PhaseIterGVN &igvn) : Phase(Macro_Expand), _igvn(igvn) {
     _igvn.set_delay_transform(true);
   }
+  void eliminate_macro_nodes();
   bool expand_macro_nodes();
 
 };