mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-14 11:24:48 +00:00
chain update requests properly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -548,7 +548,10 @@ void GlobalsModRef::deleteValue(Value *V) {
|
|||||||
// Otherwise, if this is an allocation related to an indirect global, remove
|
// Otherwise, if this is an allocation related to an indirect global, remove
|
||||||
// it.
|
// it.
|
||||||
AllocsForIndirectGlobals.erase(V);
|
AllocsForIndirectGlobals.erase(V);
|
||||||
|
|
||||||
|
AliasAnalysis::deleteValue(V);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GlobalsModRef::copyValue(Value *From, Value *To) {
|
void GlobalsModRef::copyValue(Value *From, Value *To) {
|
||||||
|
AliasAnalysis::copyValue(From, To);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user