comparison graal/com.oracle.max.asm/src/com/oracle/max/asm/AbstractAssembler.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 efbb1e33e2f3
children b6617d13ea44
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.asm; 23 package com.oracle.max.asm;
24 24
25 import com.oracle.max.cri.ci.*; 25 import com.oracle.graal.api.code.*;
26 import com.oracle.max.cri.ci.CiArchitecture.*; 26 import com.oracle.graal.api.code.CiArchitecture.*;
27 27
28 /** 28 /**
29 * The platform-independent base class for the assembler. 29 * The platform-independent base class for the assembler.
30 */ 30 */
31 public abstract class AbstractAssembler { 31 public abstract class AbstractAssembler {