adapted (some parts) to abi changes
[libfirm] / ir / be / beutil.h
index 84a59ed..122e217 100644 (file)
 #include "irnode.h"
 #include "bearch.h"
 
+/**
+ * Get an empty set.
+ * This function always returns the same set.
+ */
+pset *be_empty_set(void);
+
+
 /** Undefine this to disable debugging mode. */
 #define BE_DEBUG 1