diff graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2642:8932f1027050

Removed local value map.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 14:15:14 +0200
parents d1c5a798b73c
children 4694daa6af3a
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Wed May 11 14:12:24 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Wed May 11 14:15:14 2011 +0200
@@ -87,7 +87,6 @@
     public static boolean QuietBailout                       = ____;
 
     // all optimization settings
-    public static boolean OptLocalValueNumbering;
     public static boolean OptCSEArrayLength;
     public static boolean OptBlockSkipping;
     public static boolean OptControlFlow;
@@ -150,7 +149,6 @@
         final boolean lll = (level >= 3);
 
         // Level 1 optimizations
-        OptLocalValueNumbering          = l;
         PhiLoopStores                   = l;
         OptControlFlow                  = l;