Commit cd261e91 by Jim Stichnoth

Subzero: Provide missing isMemoryWrite() method.

This is the result of an improper rebase in the previous CL. BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1911983002 .
parent f1f773dd
...@@ -979,6 +979,7 @@ public: ...@@ -979,6 +979,7 @@ public:
return Indexes[Pos]; return Indexes[Pos];
} }
bool isMemoryWrite() const override { return false; }
void dump(const Cfg *Func) const override; void dump(const Cfg *Func) const override;
static bool classof(const Inst *Instr) { static bool classof(const Inst *Instr) {
return Instr->getKind() == ShuffleVector; return Instr->getKind() == ShuffleVector;
......
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