comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/BaseUnresolvedField.java @ 5510:426c605c9d3c

Move cri.ci to api.code.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 18:55:34 +0200
parents dc71b06d09f8
children 816fb2492760
comparison
equal deleted inserted replaced
5509:6ed763809de7 5510:426c605c9d3c
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.criutils; 23 package com.oracle.max.criutils;
24 24
25 import com.oracle.graal.api.code.*;
25 import com.oracle.graal.api.meta.*; 26 import com.oracle.graal.api.meta.*;
26 import com.oracle.max.cri.ci.*;
27 27
28 /** 28 /**
29 * A implementation of {@link RiField} for an unresolved field. 29 * A implementation of {@link RiField} for an unresolved field.
30 */ 30 */
31 public class BaseUnresolvedField implements RiField { 31 public class BaseUnresolvedField implements RiField {