comparison src/share/vm/opto/cfgnode.hpp @ 351:fab5f738c515

Merge
author ysr
date Tue, 01 Jul 2008 11:59:44 -0700
parents 1dd146f17531
children 9c2ecc2ffb12
comparison
equal deleted inserted replaced
350:d28aa69f0959 351:fab5f738c515
127 enum { Region, // Control input is the Phi's region. 127 enum { Region, // Control input is the Phi's region.
128 Input // Input values are [1..len) 128 Input // Input values are [1..len)
129 }; 129 };
130 130
131 PhiNode( Node *r, const Type *t, const TypePtr* at = NULL, 131 PhiNode( Node *r, const Type *t, const TypePtr* at = NULL,
132 const int iid = TypeOopPtr::UNKNOWN_INSTANCE, 132 const int iid = TypeOopPtr::InstanceTop,
133 const int iidx = Compile::AliasIdxTop, 133 const int iidx = Compile::AliasIdxTop,
134 const int ioffs = Type::OffsetTop ) 134 const int ioffs = Type::OffsetTop )
135 : TypeNode(t,r->req()), 135 : TypeNode(t,r->req()),
136 _adr_type(at), 136 _adr_type(at),
137 _inst_id(iid), 137 _inst_id(iid),