comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiRuntimeCall.java @ 5504:452f91ebdb54

Moved RiKind to cri.ri package.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:09:57 +0200
parents 438ab53efdd0
children dc71b06d09f8
comparison
equal deleted inserted replaced
5503:438ab53efdd0 5504:452f91ebdb54
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.ci; 23 package com.oracle.max.cri.ci;
24 24
25 import static com.oracle.max.cri.ci.RiKind.*; 25 import static com.oracle.max.cri.ri.RiKind.*;
26
27 import com.oracle.max.cri.ri.*;
26 28
27 /** 29 /**
28 * Enumerates the calls that must be provided by the runtime system. The compiler 30 * Enumerates the calls that must be provided by the runtime system. The compiler
29 * may generate code that calls the runtime services for unresolved and slow cases of some 31 * may generate code that calls the runtime services for unresolved and slow cases of some
30 * bytecodes. 32 * bytecodes.