mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-18 18:32:32 +00:00
fix an obscure and tricky bug the inliner can hit sometimes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34531 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8e02e9fbe
commit
cae0a193e3
@ -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