mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a HORRIBLY NASTY bug that caused siod to stop working last night.
llvm-svn: 12479
This commit is contained in:
parent
ae6d999a7e
commit
c534fac018
@ -101,7 +101,7 @@ void AliasSet::addCallSite(CallSite CS, AliasAnalysis &AA) {
|
|||||||
return;
|
return;
|
||||||
else if (AA.onlyReadsMemory(F)) {
|
else if (AA.onlyReadsMemory(F)) {
|
||||||
AliasTy = MayAlias;
|
AliasTy = MayAlias;
|
||||||
AccessTy = Refs;
|
AccessTy |= Refs;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user