X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fpset_new.c;h=fabcf9b61e03c0b4465f5d0ac9e2eddc977bc98e;hb=32a00bce8f2e7dda0c17db9aacc16108263c23c5;hp=975557f100a5f8a3178457723682c749c7c26a76;hpb=974215da1a935f250766874d0f7a7ddfa34bc4ef;p=libfirm diff --git a/ir/adt/pset_new.c b/ir/adt/pset_new.c index 975557f10..fabcf9b61 100644 --- a/ir/adt/pset_new.c +++ b/ir/adt/pset_new.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -54,5 +54,5 @@ int pset_new_contains(const pset_new_t *pset_new, const ValueType val) { - return pset_new_find(pset_new, val) != NullValue; + return pset_new_find(pset_new, val); }