diff graal/com.oracle.max.cri/src/com/sun/cri/ri/package-info.java @ 4198:8c9c0e1eaab1

More restructuring of cri; moved bytecodes ingo compiler.graphbuilder.* package
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 03 Jan 2012 16:24:22 +0100
parents e233f5660da4
children
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/sun/cri/ri/package-info.java	Tue Jan 03 16:06:31 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/sun/cri/ri/package-info.java	Tue Jan 03 16:24:22 2012 +0100
@@ -22,7 +22,7 @@
  */
 /**
  * The runtime-provided part of the bi-directional interface between the compiler and the runtime system of a virtual machine for the
- * instruction set defined in {@link com.sun.cri.bytecode.Bytecodes}.
+ * instruction set defined in {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}.
  * <p>
  * Unlike the {@link com.sun.cri.ci compiler-provided interface}, the runtime-provided interface is specified largely
  * using interfaces, that must be implemented by classes provided by a specific runtime implementation.