Correct a subtle bug in the ia32 backend: Sub(x, x) triggered that the Neg+Add trick...
[libfirm] / ir / adt / pset.c
1 /**
2  * @file
3  * @brief   pset implementation
4  * @version $Id$
5  */
6 #define PSET
7 #include <set.c>