comparison graal/com.oracle.max.asmdis/src/com/sun/max/asm/sparc/complete/SPARCAssembler.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
31 31
32 /** 32 /**
33 * The base class for the 32-bit and 64-bit SPARC assemblers. This class also defines 33 * The base class for the 32-bit and 64-bit SPARC assemblers. This class also defines
34 * the more complex synthetic SPARC instructions. 34 * the more complex synthetic SPARC instructions.
35 */ 35 */
36 @SuppressWarnings("unused")
36 public abstract class SPARCAssembler extends SPARCLabelAssembler { 37 public abstract class SPARCAssembler extends SPARCLabelAssembler {
37 38
38 public static SPARCAssembler createAssembler(WordWidth wordWidth) { 39 public static SPARCAssembler createAssembler(WordWidth wordWidth) {
39 switch (wordWidth) { 40 switch (wordWidth) {
40 case BITS_32: 41 case BITS_32: