diff graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2644:4694daa6af3a

Removed CSE array length.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 14:18:49 +0200
parents 8932f1027050
children d456b679b6de ccab1d5f345e
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Wed May 11 14:16:13 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Wed May 11 14:18:49 2011 +0200
@@ -87,7 +87,6 @@
     public static boolean QuietBailout                       = ____;
 
     // all optimization settings
-    public static boolean OptCSEArrayLength;
     public static boolean OptBlockSkipping;
     public static boolean OptControlFlow;
 
@@ -156,7 +155,6 @@
         OptInline                       = ll;
 
         // Level 3 optimizations
-        OptCSEArrayLength               = lll;
         UseStackMapTableLiveness        = lll;
         UseAssumptions                  = lll;
         OptBlockSkipping                = lll;