Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index 35a340f0f4e46578e387fff656b1ab692f2bd2a0..42f313019f41152e8a88b57f6dbbeeb0ed6ba970 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -230,11 +230,13 @@ class MachineOperatorBuilder FINAL : public ZoneObject { |
const MachineOperatorGlobalCache& cache_; |
const MachineType word_; |
const Flags flags_; |
+ |
DISALLOW_COPY_AND_ASSIGN(MachineOperatorBuilder); |
}; |
DEFINE_OPERATORS_FOR_FLAGS(MachineOperatorBuilder::Flags) |
+ |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |