comparison graal/com.oracle.max.graal.compiler/src/com/oracle/graal/compiler/target/amd64/AMD64Backend.java @ 5060:4ed4295ce15f

Update import statements.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:11:12 +0100
parents ed559a528128
children
comparison
equal deleted inserted replaced
5059:ed559a528128 5060:4ed4295ce15f
18 * 18 *
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.graal.compiler.target.amd64; 23 package com.oracle.graal.compiler.target.amd64;
24 24
25 import com.oracle.max.asm.*; 25 import com.oracle.max.asm.*;
26 import com.oracle.max.asm.target.amd64.*; 26 import com.oracle.max.asm.target.amd64.*;
27 import com.oracle.max.cri.ci.*; 27 import com.oracle.max.cri.ci.*;
28 import com.oracle.max.cri.ri.*; 28 import com.oracle.max.cri.ri.*;
29 import com.oracle.max.cri.xir.*; 29 import com.oracle.max.cri.xir.*;
30 import com.oracle.max.graal.compiler.gen.*; 30 import com.oracle.graal.compiler.gen.*;
31 import com.oracle.max.graal.compiler.target.*; 31 import com.oracle.graal.compiler.target.*;
32 import com.oracle.max.graal.graph.*; 32 import com.oracle.graal.graph.*;
33 import com.oracle.max.graal.lir.*; 33 import com.oracle.graal.lir.*;
34 34
35 /** 35 /**
36 * The {@code X86Backend} class represents the backend for the AMD64 architecture. 36 * The {@code X86Backend} class represents the backend for the AMD64 architecture.
37 */ 37 */
38 public class AMD64Backend extends Backend { 38 public class AMD64Backend extends Backend {