Fix a HORRIBLY NASTY bug that caused siod to stop working last night.
llvm-svn: 12479
This commit is contained in:
@@ -101,7 +101,7 @@ void AliasSet::addCallSite(CallSite CS, AliasAnalysis &AA) {
|
||||
return;
|
||||
else if (AA.onlyReadsMemory(F)) {
|
||||
AliasTy = MayAlias;
|
||||
AccessTy = Refs;
|
||||
AccessTy |= Refs;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user