| Index: src/IceTargetLowering.cpp
|
| diff --git a/src/IceTargetLowering.cpp b/src/IceTargetLowering.cpp
|
| index 4ab6c63dc577e23fca7eb2933c97f4eee84fb62b..3bae59178d3dcf2c67a206ce7afd95ee3abf8b49 100644
|
| --- a/src/IceTargetLowering.cpp
|
| +++ b/src/IceTargetLowering.cpp
|
| @@ -53,7 +53,6 @@ void LoweringContext::init(CfgNode *N) {
|
|
|
| void LoweringContext::insert(Inst *Inst) {
|
| getNode()->getInsts().insert(Next, Inst);
|
| - Inst->updateVars(getNode());
|
| }
|
|
|
| void LoweringContext::skipDeleted(InstList::iterator &I) const {
|
|
|