1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Remove a bogus assertion

llvm-svn: 15261
This commit is contained in:
Chris Lattner 2004-07-27 07:22:21 +00:00
parent c76d21f55d
commit e921652646

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...