comparison graal/GraalCompiler/src/com/sun/c1x/ir/TableSwitch.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
26 26
27 import java.util.*; 27 import java.util.*;
28 28
29 import com.oracle.graal.graph.*; 29 import com.oracle.graal.graph.*;
30 import com.sun.c1x.debug.*; 30 import com.sun.c1x.debug.*;
31 import com.sun.c1x.value.*;
32 31
33 /** 32 /**
34 * The {@code TableSwitch} instruction represents a table switch. 33 * The {@code TableSwitch} instruction represents a table switch.
35 */ 34 */
36 public final class TableSwitch extends Switch { 35 public final class TableSwitch extends Switch {