diff graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/package-info.java @ 5774:a1db0ea58b53

Removed left over Ci* prefixed identifiers
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Jul 2012 21:39:22 +0200
parents aaac4894175c
children
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/package-info.java	Thu Jul 05 17:53:27 2012 +0200
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/xir/package-info.java	Thu Jul 05 21:39:22 2012 +0200
@@ -24,14 +24,14 @@
  * XIR defines a domain specific instruction set for expressing the lowering of bytecode operations. The details of the
  * lowering operations are entirely encapsulated in the runtime and are provided to the compiler on request using
  * {@link com.oracle.max.cri.xir.XirSnippet XIR snippets}. A snippet is a combination of a {@link com.oracle.max.cri.xir.XirTemplate
- * template}, which is a sequence of {@link com.oracle.max.cri.xir.CiXirAssembler.XirInstruction XIR instructions} that has
- * unbound {@link com.oracle.max.cri.xir.CiXirAssembler.XirParameter parameters}, and site-specific
+ * template}, which is a sequence of {@link com.oracle.max.cri.xir.XirAssembler.XirInstruction XIR instructions} that has
+ * unbound {@link com.oracle.max.cri.xir.XirAssembler.XirParameter parameters}, and site-specific
  * {@link com.oracle.max.cri.xir.XirArgument arguments} that are bound to the parameters.
  * <p>
  * The runtime is responsible for creating the {@link com.oracle.max.cri.xir.XirTemplate templates} and provides these to the
  * compiler as part of the initialization process.
  * <p>
  * The XIR instruction set has no textual representation, and therefore no parser. An assembly is represented by an
- * instance of {@link com.oracle.max.cri.xir.CiXirAssembler}, which provides methods to create instructions and operands.
+ * instance of {@link com.oracle.max.cri.xir.XirAssembler}, which provides methods to create instructions and operands.
  */
 package com.oracle.max.cri.xir;