mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Restore a call to rememberInstruction which was accidentally dropped
in refactoring. llvm-svn: 106398
This commit is contained in:
parent
565876f980
commit
90c5f8753d
@ -46,6 +46,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, const Type *Ty,
|
||||
rememberInstruction(NewCI);
|
||||
return NewCI;
|
||||
}
|
||||
rememberInstruction(CI);
|
||||
return CI;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user