forked from OSchip/llvm-project
Restore a call to rememberInstruction which was accidentally dropped
in refactoring. llvm-svn: 106398
This commit is contained in:
parent
32655906e4
commit
c515ab1eb2
|
@ -46,6 +46,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, const Type *Ty,
|
|||
rememberInstruction(NewCI);
|
||||
return NewCI;
|
||||
}
|
||||
rememberInstruction(CI);
|
||||
return CI;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue