# HG changeset patch # User twisti # Date 1397525787 36000 # Node ID 9dc7efd43c441d994126a11c1f9a52d26f5c676a # Parent 175111728365bf94d031e71e5d9cb464040a9a4c HotSpotLIRGenerator should extend LIRGeneratorTool diff -r 175111728365 -r 9dc7efd43c44 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotLIRGenerator.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotLIRGenerator.java Mon Apr 14 15:08:30 2014 -0700 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotLIRGenerator.java Mon Apr 14 15:36:27 2014 -1000 @@ -31,9 +31,9 @@ /** * This interface defines the contract a HotSpot backend LIR generator needs to fulfill in addition - * to abstract methods from {@link LIRGenerator} and {@link NodeLIRBuilderTool}. + * to abstract methods from {@link LIRGenerator} and {@link LIRGeneratorTool}. */ -public interface HotSpotLIRGenerator { +public interface HotSpotLIRGenerator extends LIRGeneratorTool { /** * Emits an operation to make a tail call.