mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
fix an obscure and tricky bug the inliner can hit sometimes.
llvm-svn: 34531
This commit is contained in:
parent
1d2922dbb4
commit
6334a918d8
@ -95,7 +95,7 @@ Value *llvm::MapValue(const Value *V, ValueMapTy &VM) {
|
||||
return VM[V] = ConstantVector::get(Values);
|
||||
}
|
||||
}
|
||||
return VMSlot = C;
|
||||
return VM[V] = C;
|
||||
|
||||
} else {
|
||||
assert(0 && "Unknown type of constant!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user