changeset 13311:428c70133bef

clarified requirements when overriding LIRGeneratorTool.beforeRegisterAllocation()
author Doug Simon <doug.simon@oracle.com>
date Fri, 13 Dec 2013 13:14:35 +0100
parents 733cccc125ed
children 323d99404728
files graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/LIRGeneratorTool.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/LIRGeneratorTool.java	Fri Dec 13 13:12:58 2013 +0100
+++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/LIRGeneratorTool.java	Fri Dec 13 13:14:35 2013 +0100
@@ -102,6 +102,7 @@
 
     /**
      * Called just before register allocation is performed on the LIR owned by this generator.
+     * Overriding implementations of this method must call the overridden method.
      */
     void beforeRegisterAllocation();