diff graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java @ 2654:616c6e74b69a

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 15:11:58 +0200
parents f9ae687657e8 d456b679b6de
children 35453d725a2a
line wrap: on
line diff
--- a/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Wed May 11 15:11:33 2011 +0200
+++ b/graal/GraalCompiler/src/com/sun/c1x/C1XOptions.java	Wed May 11 15:11:58 2011 +0200
@@ -66,6 +66,7 @@
     public static boolean PrintInliningFailures              = ____;
     public static boolean PrintLIR                           = ____;
     public static boolean PrintCFGToFile                     = ____;
+    public static boolean PrintDOTGraphToFile                = ____;
     public static boolean PrintMetrics                       = ____;
     public static boolean PrintTimers                        = ____;
     public static boolean PrintCompilation                   = ____;