diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiCompiler.java @ 4347:c8e5635f2bdd

Deleted CiResult. CiTargetMethod is the result of a compilation.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 11 Jan 2012 15:03:55 +0100
parents ee5fbfca6612
children
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiCompiler.java	Wed Jan 11 15:02:48 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ci/CiCompiler.java	Wed Jan 11 15:03:55 2012 +0100
@@ -55,5 +55,5 @@
      *            on-stack-replacement compilation
      * @param debugInfoLevel TODO
      */
-    CiResult compileMethod(RiResolvedMethod method, int osrBCI, DebugInfoLevel debugInfoLevel);
+    CiTargetMethod compileMethod(RiResolvedMethod method, int osrBCI, DebugInfoLevel debugInfoLevel);
 }