diff graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirSite.java @ 5775:2c088af17e59

Removed left over Ri* prefixed identifiers
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Jul 2012 21:47:16 +0200
parents b6617d13ea44
children
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirSite.java	Thu Jul 05 21:39:22 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/XirSite.java	Thu Jul 05 21:47:16 2012 +0200
@@ -25,7 +25,7 @@
 import com.oracle.graal.api.code.*;
 
 /**
- * Encapsulates the notion of a site where XIR can be supplied. It is supplied to the {@link RiXirGenerator} by the
+ * Encapsulates the notion of a site where XIR can be supplied. It is supplied to the {@link XirGenerator} by the
  * compiler for each place where XIR can be generated. This interface allows a number of queries, including the
  * bytecode-level location and optimization hints computed by the compiler.
  */