comparison graal/GraalCompiler/src/com/sun/c1x/ir/Goto.java @ 2776:398b8fa5dc81

Removed stateAfter from BlockEnd class. Clean up.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Tue, 24 May 2011 13:55:56 +0200
parents 93fd92c9f8b0
children 93ec3f067420
comparison
equal deleted inserted replaced
2775:3b73b230b86b 2776:398b8fa5dc81
22 */ 22 */
23 package com.sun.c1x.ir; 23 package com.sun.c1x.ir;
24 24
25 import com.oracle.graal.graph.*; 25 import com.oracle.graal.graph.*;
26 import com.sun.c1x.debug.*; 26 import com.sun.c1x.debug.*;
27 import com.sun.c1x.value.*;
28 import com.sun.cri.ci.*; 27 import com.sun.cri.ci.*;
29 28
30 /** 29 /**
31 * The {@code Goto} instruction represents the end of a block with an unconditional jump to another block. 30 * The {@code Goto} instruction represents the end of a block with an unconditional jump to another block.
32 */ 31 */