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

Unified Diff: src/IceOperand.h

Issue 840343002: Remove isPooled virtual method from IceOperand. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | 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 08aed06c8577e128b911e1843abd7674c0fe9d1e..db03bba1db39e98532648fd14aa53504f966968f 100644
--- a/src/IceOperand.h
+++ b/src/IceOperand.h
@@ -75,13 +75,6 @@ public:
dump(nullptr, Str);
}
- // Query whether this object was allocated in isolation, or added to
- // some higher-level pool. This determines whether a containing
- // object's destructor should delete this object. Generally,
- // constants are pooled globally, variables are pooled per-CFG, and
- // target-specific operands are not pooled.
- virtual bool isPooled() const { return false; }
-
virtual ~Operand() {}
protected:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698