mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Fix a HORRIBLY NASTY bug that caused siod to stop working last night.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a577630ec0
commit
4781bc7142
@ -101,7 +101,7 @@ void AliasSet::addCallSite(CallSite CS, AliasAnalysis &AA) {
|
||||
return;
|
||||
else if (AA.onlyReadsMemory(F)) {
|
||||
AliasTy = MayAlias;
|
||||
AccessTy = Refs;
|
||||
AccessTy |= Refs;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user