diff graal/GraalCompiler/src/com/sun/c1x/C1XCompiler.java @ 2523:268b8eb84b6e

Removed compiler extension mechanism
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 16:48:23 +0200
parents 16b9a8b5ad39
children 0c6564c254af
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/C1XCompiler.java	Wed Apr 27 16:43:31 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/C1XCompiler.java	Wed Apr 27 16:48:23 2011 +0200
@@ -58,11 +58,6 @@
     public final RiXirGenerator xir;
 
     /**
-     * The ordered set of compiler extensions.
-     */
-    public List<C1XCompilerExtension> extensions;
-
-    /**
      * The backend that this compiler has been configured for.
      */
     public final Backend backend;