Skip to content

Commit 9f115d2

Browse files
author
John Criswell
committed
cvs slurp revision 1.14 from mainline.
llvm-svn: 12497
1 parent e2fb1d0 commit 9f115d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/AliasSetTracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void AliasSet::addCallSite(CallSite CS, AliasAnalysis &AA) {
101101
return;
102102
else if (AA.onlyReadsMemory(F)) {
103103
AliasTy = MayAlias;
104-
AccessTy = Refs;
104+
AccessTy |= Refs;
105105
return;
106106
}
107107
}

0 commit comments

Comments
 (0)