- small indentation changes
[libfirm] / ir / adt / pset_new.c
index 975557f..fabcf9b 100644 (file)
@@ -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);
 }