# HG changeset patch # User Doug Simon # Date 1386936875 -3600 # Node ID 428c70133bef59e85575cef0a6bc4bbd85178071 # Parent 733cccc125ed1029b510a668ee0e6db7e91bf5ca clarified requirements when overriding LIRGeneratorTool.beforeRegisterAllocation() diff -r 733cccc125ed -r 428c70133bef graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/LIRGeneratorTool.java --- 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();