comparison graal/com.oracle.graal.lir.sparc/src/com/oracle/graal/lir/sparc/SPARCDelayedControlTransfer.java @ 21720:d915361cc3a1

moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 04 Jun 2015 13:35:47 +0200
parents 6df25b1418be
children 05183a084a08
comparison
equal deleted inserted replaced
21719:cbe8cc0f79ce 21720:d915361cc3a1
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.graal.lir.sparc; 23 package com.oracle.graal.lir.sparc;
24 24
25 import com.oracle.graal.asm.sparc.*;
25 import com.oracle.graal.lir.*; 26 import com.oracle.graal.lir.*;
26 import com.oracle.graal.lir.asm.*; 27 import com.oracle.graal.lir.asm.*;
27 import com.oracle.jvmci.asm.sparc.*;
28 28
29 /** 29 /**
30 * This interface is used for {@link LIRInstruction}s which provide a delay slot for one instruction 30 * This interface is used for {@link LIRInstruction}s which provide a delay slot for one instruction
31 * from another {@link LIRInstruction}. 31 * from another {@link LIRInstruction}.
32 * 32 *