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 93d6016c64
commit d14c200425

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)