comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirSnippet.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 426c605c9d3c
comparison
equal deleted inserted replaced
5506:56860d3f9f39 5507:dc71b06d09f8
22 */ 22 */
23 package com.oracle.max.cri.xir; 23 package com.oracle.max.cri.xir;
24 24
25 import java.util.*; 25 import java.util.*;
26 26
27 import com.oracle.graal.api.meta.*;
27 import com.oracle.max.cri.ci.CiTargetMethod.*; 28 import com.oracle.max.cri.ci.CiTargetMethod.*;
28 import com.oracle.max.cri.ri.*;
29 import com.oracle.max.cri.xir.CiXirAssembler.*; 29 import com.oracle.max.cri.xir.CiXirAssembler.*;
30 30
31 /** 31 /**
32 * Represents a {@link XirTemplate template of XIR} along with the {@link XirArgument arguments} to be passed to the 32 * Represents a {@link XirTemplate template of XIR} along with the {@link XirArgument arguments} to be passed to the
33 * template. The runtime generates such snippets for each bytecode being compiled at the request of the compiler, and 33 * template. The runtime generates such snippets for each bytecode being compiled at the request of the compiler, and