comparison graal/GraalCompiler/src/com/sun/c1x/ir/If.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 d3fc4fe063bf
comparison
equal deleted inserted replaced
2775:3b73b230b86b 2776:398b8fa5dc81
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.util.*; 27 import com.sun.c1x.util.*;
28 import com.sun.c1x.value.*;
29 import com.sun.cri.ci.*; 28 import com.sun.cri.ci.*;
30 29
31 /** 30 /**
32 * The {@code If} instruction represents a branch that can go one of two directions 31 * The {@code If} instruction represents a branch that can go one of two directions
33 * depending on the outcome of a comparison. 32 * depending on the outcome of a comparison.