# HG changeset patch # User twisti # Date 1393530645 28800 # Node ID 36d7c19ff0051240be373b99cd263af4ee79f571 # Parent 9d62cf8aa990d1d3c7842c7ea4e4bc392a861191 fixed formatting after renaming diff -r 9d62cf8aa990 -r 36d7c19ff005 graal/com.oracle.graal.asm/src/com/oracle/graal/asm/Label.java --- a/graal/com.oracle.graal.asm/src/com/oracle/graal/asm/Label.java Thu Feb 27 11:44:44 2014 -0800 +++ b/graal/com.oracle.graal.asm/src/com/oracle/graal/asm/Label.java Thu Feb 27 11:50:45 2014 -0800 @@ -34,8 +34,7 @@ /** * References to instructions that jump to this unresolved label. These instructions need to be - * patched when the label is bound using the {@link #patchInstructions(Assembler)} - * method. + * patched when the label is bound using the {@link #patchInstructions(Assembler)} method. */ private ArrayList patchPositions = null; diff -r 9d62cf8aa990 -r 36d7c19ff005 graal/com.oracle.graal.lir/src/com/oracle/graal/lir/asm/CompilationResultBuilder.java --- a/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/asm/CompilationResultBuilder.java Thu Feb 27 11:44:44 2014 -0800 +++ b/graal/com.oracle.graal.lir/src/com/oracle/graal/lir/asm/CompilationResultBuilder.java Thu Feb 27 11:50:45 2014 -0800 @@ -78,8 +78,7 @@ private List exceptionInfoList; - public CompilationResultBuilder(CodeCacheProvider codeCache, ForeignCallsProvider foreignCalls, FrameMap frameMap, Assembler asm, FrameContext frameContext, - CompilationResult compilationResult) { + public CompilationResultBuilder(CodeCacheProvider codeCache, ForeignCallsProvider foreignCalls, FrameMap frameMap, Assembler asm, FrameContext frameContext, CompilationResult compilationResult) { this.target = codeCache.getTarget(); this.codeCache = codeCache; this.foreignCalls = foreignCalls;