Linear Scan Register Allocator disabled. (with #ifdef LSRA\...\#endif)
[cacao.git] / src / vm / options.h
index 9bea53485aa58994eac9f34cd127862c6109adc0..3d12440c72ec93989300e4227226125654ebf124 100644 (file)
@@ -27,7 +27,7 @@
 
    Authors: Christian Thalinger
 
-   $Id: options.h 1621 2004-11-30 13:06:55Z twisti $
+   $Id: options.h 1641 2004-12-01 13:13:31Z christian $
 
 */
 
@@ -112,8 +112,9 @@ extern bool opt_stat;
 extern bool opt_verify;
 extern bool opt_eager;
 
+#ifdef LSRA
 extern bool opt_lsra;
-
+#endif
 
 extern int opt_ind;
 extern char *opt_arg;