comparison graal/com.oracle.max.criutils/src/com/oracle/max/criutils/BaseUnresolvedMethod.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 b4c406861c33
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 RiMethod} for an unresolved method. 29 * A implementation of {@link RiMethod} for an unresolved method.
30 */ 30 */
31 public class BaseUnresolvedMethod implements RiMethod { 31 public class BaseUnresolvedMethod implements RiMethod {