Remove a bogus assertion

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15261 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-07-27 07:22:21 +00:00
parent fe98f27e80
commit 63e9930498

View File

@ -41,9 +41,6 @@ void AliasSet::mergeSetIn(AliasSet &AS) {
AS.CallSites.clear();
}
// FIXME: If AS's refcount is zero, nuke it now...
assert(RefCount != 0);
AS.Forward = this; // Forward across AS now...
addRef(); // AS is now pointing to us...