Index: src/IceOperand.h |
diff --git a/src/IceOperand.h b/src/IceOperand.h |
index 73e51e5138387d8c1cbcf76159db5d5bf75c894a..c00e30a9449f4f9603eff5d1c4bd58278123c422 100644 |
--- a/src/IceOperand.h |
+++ b/src/IceOperand.h |
@@ -330,6 +330,7 @@ public: |
Inst *getDefinition() const { return DefInst; } |
void setDefinition(Inst *Inst, const CfgNode *Node); |
+ void resetDefinition(); |
void replaceDefinition(Inst *Inst, const CfgNode *Node); |
const CfgNode *getLocalUseNode() const { return DefNode; } |