Commit 948c4b40 authored by bmeurer's avatar bmeurer Committed by Commit bot

[turbofan] Fix missing operators for JSGlobalSpecialization::Flags.

R=jarin@chromium.org
BUG=v8:4470
LOG=n

Review URL: https://codereview.chromium.org/1394753002

Cr-Commit-Position: refs/heads/master@{#31170}
parent fa19a52a
......@@ -75,6 +75,8 @@ class JSGlobalSpecialization final : public AdvancedReducer {
DISALLOW_COPY_AND_ASSIGN(JSGlobalSpecialization);
};
DEFINE_OPERATORS_FOR_FLAGS(JSGlobalSpecialization::Flags)
} // namespace compiler
} // namespace internal
} // namespace v8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment