mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 22:32:47 +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:
parent
6bb0ae4711
commit
cd883f203d
@ -548,7 +548,10 @@ void GlobalsModRef::deleteValue(Value *V) {
|
||||
// Otherwise, if this is an allocation related to an indirect global, remove
|
||||
// it.
|
||||
AllocsForIndirectGlobals.erase(V);
|
||||
|
||||
AliasAnalysis::deleteValue(V);
|
||||
}
|
||||
|
||||
void GlobalsModRef::copyValue(Value *From, Value *To) {
|
||||
AliasAnalysis::copyValue(From, To);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user