# HG changeset patch # User Roland Schatz # Date 1376392514 -7200 # Node ID 085ffcd5159f94ba1aa9a3ad4f33b7016549e341 # Parent 5040ec3ff3aa41fbd8b9614b95fb1c2a6de9d39d Javadoc fix. diff -r 5040ec3ff3aa -r 085ffcd5159f graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/ArithmeticLIRGenerator.java --- a/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/ArithmeticLIRGenerator.java Mon Aug 12 15:52:26 2013 -0400 +++ b/graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/spi/ArithmeticLIRGenerator.java Tue Aug 13 13:15:14 2013 +0200 @@ -27,7 +27,8 @@ import com.oracle.graal.nodes.calc.*; /** - * This interface can be used to generate LIR for arithmetic operations. + * This interface can be used to generate LIR for arithmetic operations (@see + * ArithmeticLIRLowerable). */ public interface ArithmeticLIRGenerator {