comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiTarget.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
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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
25 import com.oracle.max.cri.ri.*;
24 26
25 27
26 /** 28 /**
27 * Represents the target machine for a compiler, including the CPU architecture, the size of pointers and references, 29 * Represents the target machine for a compiler, including the CPU architecture, the size of pointers and references,
28 * alignment of stacks, caches, etc. 30 * alignment of stacks, caches, etc.