mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll
llvm-svn: 5994
This commit is contained in:
parent
ea8aec9b82
commit
0ec2b1188a
@ -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