Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 4136) |
+++ src/flag-definitions.h (working copy) |
@@ -160,6 +160,9 @@ |
// compilation-cache.cc |
DEFINE_bool(compilation_cache, true, "enable compilation cache") |
+// data-flow.cc |
+DEFINE_bool(loop_peeling, false, "Peel off the first iteration of loops.") |
+ |
// debug.cc |
DEFINE_bool(remote_debugging, false, "enable remote debugging") |
DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response") |