# HG changeset patch # User Thomas Wuerthinger # Date 1303925280 -7200 # Node ID cc5443caae16d60f33e3b3cd5d260dcfee7fbebb # Parent 4af63190ee3db5772b080333512b5705149eb839 Remove useless C1XOptions. diff -r 4af63190ee3d -r cc5443caae16 graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java --- a/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java Wed Apr 27 19:25:26 2011 +0200 +++ b/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java Wed Apr 27 19:28:00 2011 +0200 @@ -84,17 +84,12 @@ public static int TraceBytecodeParserLevel = 0; public static boolean PrintAssumptions = ____; - // IR checking - public static boolean InterpretInvokedMethods = ____; - public static boolean PrintStateInInterpreter = ____; - // all optimization settings public static boolean OptLocalValueNumbering; public static boolean OptLocalLoadElimination; public static boolean OptCSEArrayLength; public static boolean OptBlockSkipping; public static boolean OptControlFlow; - public static boolean OptMoveElimination; // optimistic optimization settings public static boolean UseAssumptions = true; @@ -158,7 +153,6 @@ OptLocalLoadElimination = l; PhiLoopStores = l; OptControlFlow = l; - OptMoveElimination = l; // Level 2 optimizations OptInline = ll;