comparison graal/GraalCompiler/src/com/sun/c1x/ir/Value.java @ 2700:d06cff53b77e

More cleanup.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 18 May 2011 16:09:31 +0200
parents 440ceca8e3d7
children c1a9bf38da28
comparison
equal deleted inserted replaced
2697:bd4c3be86fb7 2700:d06cff53b77e
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.opt.*;
28 import com.sun.cri.ci.*; 27 import com.sun.cri.ci.*;
29 import com.sun.cri.ri.*; 28 import com.sun.cri.ri.*;
30 29
31 /** 30 /**
32 * This class represents a value within the HIR graph, including local variables, phis, and 31 * This class represents a value within the HIR graph, including local variables, phis, and