comparison graal/com.oracle.max.graal.lir.amd64/src/com/oracle/graal/lir/amd64/AMD64SlowPath.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.lir.amd64; 23 package com.oracle.graal.lir.amd64;
24 24
25 import com.oracle.max.asm.target.amd64.*; 25 import com.oracle.max.asm.target.amd64.*;
26 import com.oracle.max.graal.lir.*; 26 import com.oracle.graal.lir.*;
27 import com.oracle.max.graal.lir.asm.*; 27 import com.oracle.graal.lir.asm.*;
28 28
29 /** 29 /**
30 * Convenience class to provide AMD64MacroAssembler for the {@link #emitCode} method. 30 * Convenience class to provide AMD64MacroAssembler for the {@link #emitCode} method.
31 */ 31 */
32 public abstract class AMD64SlowPath implements LIR.SlowPath { 32 public abstract class AMD64SlowPath implements LIR.SlowPath {