| Index: src/IceInst.h
|
| diff --git a/src/IceInst.h b/src/IceInst.h
|
| index 6bfd7af171f140db67b2b8390855b59f0be58ebf..360135a133b144c05cfe4013e8ff110cef550192 100644
|
| --- a/src/IceInst.h
|
| +++ b/src/IceInst.h
|
| @@ -693,7 +693,7 @@ public:
|
| }
|
| Operand *getAddr() const { return getSrc(1); }
|
| Operand *getData() const { return getSrc(0); }
|
| - Variable *getRmwBeacon() const { return llvm::dyn_cast<Variable>(getSrc(2)); }
|
| + Variable *getRmwBeacon() const;
|
| void setRmwBeacon(Variable *Beacon);
|
| void dump(const Cfg *Func) const override;
|
| static bool classof(const Inst *Inst) { return Inst->getKind() == Store; }
|
|
|