Chromium Code Reviews| Index: src/IceInst.h |
| diff --git a/src/IceInst.h b/src/IceInst.h |
| index f21aec88099459c9d277eac56a5b61f6717598ec..352a5d47ea5ce5e780346cd3fd886f243eb1468c 100644 |
| --- a/src/IceInst.h |
| +++ b/src/IceInst.h |
| @@ -979,6 +979,7 @@ public: |
| return Indexes[Pos]; |
| } |
| + bool isMemoryWrite() const override { return false; } |
| void dump(const Cfg *Func) const override; |
| static bool classof(const Inst *Instr) { |
| return Instr->getKind() == ShuffleVector; |