Chromium Code Reviews| Index: src/IceOperand.h |
| diff --git a/src/IceOperand.h b/src/IceOperand.h |
| index 786f51b5772bde7c3ae77b6c3b3674a9826fd8af..f7591d18eb48b9a116a44fd5ee7512dea07fd754 100644 |
| --- a/src/IceOperand.h |
| +++ b/src/IceOperand.h |
| @@ -81,6 +81,7 @@ public: |
| protected: |
| Operand(OperandKind Kind, Type Ty) : Ty(Ty), Kind(Kind) {} |
| + virtual ~Operand() {} |
|
John
2015/06/25 00:28:55
= default?
Jim Stichnoth
2015/06/25 00:53:56
Done.
|
| const Type Ty; |
| const OperandKind Kind; |