Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h |
| index 6c20e0c96c972293b54d910c8216718073e9c68a..8c4fe84e3ef55c0e12d42c4da5732bd0cdf31c31 100644 |
| --- a/runtime/vm/intermediate_language.h |
| +++ b/runtime/vm/intermediate_language.h |
| @@ -1517,6 +1517,7 @@ class InstructionWithInputs : public Instruction { |
| private: |
| LocationSummary* locs_; |
| + DISALLOW_COPY_AND_ASSIGN(InstructionWithInputs); |
| }; |