This assertion is bogus now that calls do not necessarily read/write memory

llvm-svn: 12421
This commit is contained in:
Chris Lattner 2004-03-15 06:24:15 +00:00
parent cd83282df1
commit f5c8f4cea6
1 changed files with 0 additions and 2 deletions

View File

@ -117,8 +117,6 @@ void AliasSet::addCallSite(CallSite CS, AliasAnalysis &AA) {
bool AliasSet::aliasesPointer(const Value *Ptr, unsigned Size,
AliasAnalysis &AA) const {
if (AliasTy == MustAlias) {
assert(CallSites.empty() && "Illegal must alias set!");
// If this is a set of MustAliases, only check to see if the pointer aliases
// SOME value in the set...
HashNodePair *SomePtr = getSomePointer();