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

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: Use default 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..b43e2a87ab811030d42f96f61bcf3c80f30bfdbc 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() = default;
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