diff options
Diffstat (limited to 'deps/v8/src/compiler/js-inlining.cc')
-rw-r--r-- | deps/v8/src/compiler/js-inlining.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/v8/src/compiler/js-inlining.cc b/deps/v8/src/compiler/js-inlining.cc index a3aac2a032..4baabf3077 100644 --- a/deps/v8/src/compiler/js-inlining.cc +++ b/deps/v8/src/compiler/js-inlining.cc @@ -34,11 +34,11 @@ namespace { static const int kMaxDepthForInlining = 50; } // namespace -#define TRACE(x) \ - do { \ - if (FLAG_trace_turbo_inlining) { \ - StdoutStream() << x << "\n"; \ - } \ +#define TRACE(x) \ + do { \ + if (v8_flags.trace_turbo_inlining) { \ + StdoutStream() << x << "\n"; \ + } \ } while (false) // Provides convenience accessors for the common layout of nodes having either |