1
0
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:
Dan Gohman 2010-06-19 22:50:35 +00:00
parent 565876f980
commit 90c5f8753d

View File

@ -46,6 +46,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, const Type *Ty,
rememberInstruction(NewCI);
return NewCI;
}
rememberInstruction(CI);
return CI;
}