diff graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiRuntime.java @ 5503:438ab53efdd0

Renaming CiKind => RiKind.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:08:33 +0200
parents d89b20486d87
children 56860d3f9f39
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiRuntime.java	Thu Jun 07 17:07:42 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiRuntime.java	Thu Jun 07 17:08:33 2012 +0200
@@ -56,7 +56,7 @@
     /**
      * Returns the RiType object representing the base type for the given kind.
      */
-    RiResolvedType asRiType(CiKind kind);
+    RiResolvedType asRiType(RiKind kind);
 
     /**
      * Returns the type of the given constant object.