comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirArgument.java @ 5507:dc71b06d09f8

Moving classes from cri.ri to api.meta.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:24:06 +0200
parents 13aee5aba8cc
children e18ba36bfebc
comparison
equal deleted inserted replaced
5506:56860d3f9f39 5507:dc71b06d09f8
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.max.cri.xir; 23 package com.oracle.max.cri.xir;
24 24
25 import com.oracle.max.cri.ri.*; 25 import com.oracle.graal.api.meta.*;
26 26
27 /** 27 /**
28 * Represents an argument to an {@link XirSnippet}. 28 * Represents an argument to an {@link XirSnippet}.
29 * Currently, this is a <i>union </i> type; it is either a {@link RiConstant} or an {@code Object}. 29 * Currently, this is a <i>union </i> type; it is either a {@link RiConstant} or an {@code Object}.
30 */ 30 */