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

Renaming CiKind => RiKind.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Jun 2012 17:08:33 +0200
parents 14a00ee82980
children 452f91ebdb54
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiSignature.java	Thu Jun 07 17:07:42 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiSignature.java	Thu Jun 07 17:08:33 2012 +0200
@@ -58,7 +58,7 @@
      *        When false, the kind according to the Java specification is returned.
      * @return the kind of the argument at the specified position
      */
-    CiKind argumentKindAt(int index, boolean architecture);
+    RiKind argumentKindAt(int index, boolean architecture);
 
     /**
      * Gets the return type of this signature. This method will return a
@@ -78,7 +78,7 @@
      *        When false, the kind according to the Java specification is returned.
      * @return the return kind
      */
-    CiKind returnKind(boolean architectureSpecific);
+    RiKind returnKind(boolean architectureSpecific);
 
     /**
      * Converts this signature to a string.