mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
IRMover: Remove dead code, NFC
llvm-svn: 266563
This commit is contained in:
parent
8419372e6c
commit
813c8dc10f
@ -814,9 +814,6 @@ Constant *IRLinker::linkAppendingVarProto(GlobalVariable *DstGV,
|
||||
|
||||
Constant *Ret = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
|
||||
|
||||
// Stop recursion.
|
||||
ValueMap[SrcGV] = Ret;
|
||||
|
||||
Mapper.scheduleMapAppendingVariable(*NG,
|
||||
DstGV ? DstGV->getInitializer() : nullptr,
|
||||
IsOldStructor, SrcElements);
|
||||
|
Loading…
Reference in New Issue
Block a user