Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: src/IceOperand.h

Issue 1208673003: Subzero: Fix cmake build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « CMakeLists.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « CMakeLists.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698