X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fpset_new.c;h=fabcf9b61e03c0b4465f5d0ac9e2eddc977bc98e;hb=4bc38ea2ba218ad082162de7ff3dfeadd5b66561;hp=dd9dc7dfb129ead19d14414d1943b21300ee7a1f;hpb=57d365a67aaef76497b85e9a18b785c562652b16;p=libfirm diff --git a/ir/adt/pset_new.c b/ir/adt/pset_new.c index dd9dc7dfb..fabcf9b61 100644 --- a/ir/adt/pset_new.c +++ b/ir/adt/pset_new.c @@ -1,5 +1,5 @@ /* - * Copyrigth (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); }