Commit 5a122d70 by Jan Voung

Remove isPooled virtual method from IceOperand.

It doesn't seem to be used? BUG=none R=stichnot@chromium.org Review URL: https://codereview.chromium.org/840343002
parent c599e465
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment