comparison graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/gen/LIRGenerator.java @ 9614:59ec6eb8612e

removed LinearScan.method field
author Doug Simon <doug.simon@oracle.com>
date Wed, 08 May 2013 12:19:31 +0200
parents 0c17815817a4
children c455c86138ba
comparison
equal deleted inserted replaced
9613:0c17815817a4 9614:59ec6eb8612e
114 } 114 }
115 115
116 @Override 116 @Override
117 public CodeCacheProvider getRuntime() { 117 public CodeCacheProvider getRuntime() {
118 return runtime; 118 return runtime;
119 }
120
121 public StructuredGraph getGraph() {
122 return graph;
119 } 123 }
120 124
121 /** 125 /**
122 * Returns the operand that has been previously initialized by 126 * Returns the operand that has been previously initialized by
123 * {@link #setResult(ValueNode, Value)} with the result of an instruction. 127 * {@link #setResult(ValueNode, Value)} with the result of an instruction.