Index: src/IceInst.h |
diff --git a/src/IceInst.h b/src/IceInst.h |
index b3a4a6d8307ff8069ff6a1b8a2a06f652780b569..948c5db53184c478ff0dfdf08a2ef4bb7578f4e9 100644 |
--- a/src/IceInst.h |
+++ b/src/IceInst.h |
@@ -102,6 +102,7 @@ public: |
} |
bool isLastUse(const Operand *Src) const; |
+ void spliceLivenessInfo(Inst *OrigInst, Inst *SpliceAssn); |
// Returns a list of out-edges corresponding to a terminator |
// instruction, which is the last instruction of the block. |