comparison graal/GraalCompiler/src/com/sun/c1x/ir/If.java @ 2876:7d7cf33f8466

Subclasses for arithmetic
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Tue, 07 Jun 2011 22:51:22 +0200
parents 45422967cbcf
children
comparison
equal deleted inserted replaced
2865:7a4e6e11877f 2876:7d7cf33f8466
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.util.*;
28 import com.sun.cri.ci.*; 27 import com.sun.cri.ci.*;
29 28
30 /** 29 /**
31 * The {@code If} instruction represents a branch that can go one of two directions 30 * The {@code If} instruction represents a branch that can go one of two directions
32 * depending on the outcome of a comparison. 31 * depending on the outcome of a comparison.