mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc8e9c6f56
commit
577385edd8
@ -85,6 +85,7 @@ void AliasSet::addPointer(AliasSetTracker &AST, HashNodePair &Entry,
|
||||
void AliasSet::addCallSite(CallSite CS) {
|
||||
CallSites.push_back(CS);
|
||||
AliasTy = MayAlias; // FIXME: Too conservative?
|
||||
AccessTy = ModRef;
|
||||
}
|
||||
|
||||
/// aliasesPointer - Return true if the specified pointer "may" (or must)
|
||||
|
Loading…
Reference in New Issue
Block a user