Remove bogus assertion
authorChris Lattner <sabre@nondot.org>
Tue, 4 Feb 2003 16:33:23 +0000 (16:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Feb 2003 16:33:23 +0000 (16:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5492 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Steensgaard.cpp

index c42ff73ac23a98c03d22feb4351f7ac96b12dc7f..b166ff1ec3a665fa952e476fbba1efb32109d80a 100644 (file)
@@ -102,8 +102,6 @@ void Steens::ResolveFunctionCall(Function *F, const DSCallSite &Call,
     if (I != ValMap.end())    // If its a pointer argument...
       I->second.mergeWith(Call.getPtrArg(PtrArgIdx++));
   }
-
-  assert(PtrArgIdx == Call.getNumPtrArgs() && "Argument resolution mismatch!");
 }