comparison graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilerObject.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 452f91ebdb54
children 5d19620a331d
comparison
equal deleted inserted replaced
5506:56860d3f9f39 5507:dc71b06d09f8
22 */ 22 */
23 package com.oracle.graal.hotspot; 23 package com.oracle.graal.hotspot;
24 24
25 import java.io.*; 25 import java.io.*;
26 26
27 import com.oracle.max.cri.ri.RiKind.*; 27 import com.oracle.graal.api.meta.RiKind.*;
28 28
29 29
30 /** 30 /**
31 * Parent class for all HotSpot Ri... types. 31 * Parent class for all HotSpot Ri... types.
32 */ 32 */