# HG changeset patch # User Doug Simon # Date 1386092692 -3600 # Node ID 3543861aeeb228cd5cc7b3bc4b150ef6c941d0ed # Parent bb35fc7e0d684ab617fca2a441eb562e7437df6b fixes for eclipseformat diff -r bb35fc7e0d68 -r 3543861aeeb2 graal/com.oracle.graal.lir.amd64/src/com/oracle/graal/lir/amd64/AMD64Move.java --- a/graal/com.oracle.graal.lir.amd64/src/com/oracle/graal/lir/amd64/AMD64Move.java Tue Dec 03 18:40:03 2013 +0100 +++ b/graal/com.oracle.graal.lir.amd64/src/com/oracle/graal/lir/amd64/AMD64Move.java Tue Dec 03 18:44:52 2013 +0100 @@ -541,7 +541,8 @@ } } - protected static void compareAndSwap(CompilationResultBuilder crb, AMD64MacroAssembler masm, AllocatableValue result, AMD64AddressValue address, AllocatableValue cmpValue, AllocatableValue newValue) { + protected static void compareAndSwap(CompilationResultBuilder crb, AMD64MacroAssembler masm, AllocatableValue result, AMD64AddressValue address, AllocatableValue cmpValue, + AllocatableValue newValue) { assert asRegister(cmpValue).equals(AMD64.rax) && asRegister(result).equals(AMD64.rax); if (crb.target.isMP) {