< prev index next >

src/hotspot/share/c1/c1_LIRGenerator.hpp

Print this page
rev 51408 : [mq]: cleanup-c1.patch

*** 233,244 **** friend class LIRItem; LIR_Opr round_item(LIR_Opr opr); LIR_Opr force_to_spill(LIR_Opr value, BasicType t); - LIR_Opr force_opr_to(LIR_Opr op, LIR_Opr reg); - PhiResolverState& resolver_state() { return _resolver_state; } void move_to_phi(PhiResolver* resolver, Value cur_val, Value sux_val); void move_to_phi(ValueStack* cur_state); --- 233,242 ----
< prev index next >