diff graal/com.oracle.max.cri/src/com/sun/cri/ci/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/ci/package-info.java	Tue Jan 03 16:06:31 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/sun/cri/ci/package-info.java	Tue Jan 03 16:24:22 2012 +0100
@@ -22,7 +22,7 @@
  */
 /**
  * The compiler-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}.
+ * {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}.
  *
  * The target hardware architecture is represented by {@link com.sun.cri.ci.CiArchitecture} and the specific target machine
  * environment for a compiler instance is represented by {@link com.sun.cri.ci.CiTarget}.