< prev index next >

src/share/vm/opto/multnode.cpp

Print this page

        

*** 145,155 **** if (t == Type::TOP) return; // multi is dead assert(_con < t->is_tuple()->cnt(), "ProjNode::_con must be in range"); } //------------------------------Value------------------------------------------ ! const Type *ProjNode::Value( PhaseTransform *phase ) const { if (in(0) == NULL) return Type::TOP; return proj_type(phase->type(in(0))); } //------------------------------out_RegMask------------------------------------ --- 145,155 ---- if (t == Type::TOP) return; // multi is dead assert(_con < t->is_tuple()->cnt(), "ProjNode::_con must be in range"); } //------------------------------Value------------------------------------------ ! const Type* ProjNode::Value(PhaseGVN* phase) const { if (in(0) == NULL) return Type::TOP; return proj_type(phase->type(in(0))); } //------------------------------out_RegMask------------------------------------
< prev index next >