Method PhiNode
PhiNode(ITypeRef)
Creates a Phi instruction
Declaration
public PhiNode PhiNode(ITypeRef resultType)
Parameters
public PhiNode PhiNode(ITypeRef resultType)
ITypeRef | resultType | Result type for the instruction |
Returns
PhiNode | PhiNode |