Correct inaccurate comment: The only corner case of wrong CF in NEG+ADD as replacemen...
[libfirm] / ir / adt / bipartite.c
index 1ce783a..8c0f628 100644 (file)
@@ -32,7 +32,7 @@
 #include "bipartite.h"
 #include "xmalloc.h"
 
-struct _bipartite_t {
+struct bipartite_t {
        int n_left, n_right;
        bitset_t *adj[1];
 };