forked from OSchip/llvm-project
parent
690c063b73
commit
0fb8a7787e
|
@ -2490,6 +2490,7 @@ private:
|
|||
Value *NewV = convertValue(IRB, SI.getValueOperand(), NewAllocaTy);
|
||||
StoreInst *NewSI = IRB.CreateAlignedStore(NewV, &NewAI, NewAI.getAlignment(),
|
||||
SI.isVolatile());
|
||||
(void)NewSI;
|
||||
Pass.DeadInsts.push_back(&SI);
|
||||
|
||||
DEBUG(dbgs() << " to: " << *NewSI << "\n");
|
||||
|
|
Loading…
Reference in New Issue