1
0
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:
Chris Lattner 2003-05-03 03:42:08 +00:00
parent ea8aec9b82
commit 0ec2b1188a

View File

@ -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)