Restored somehow lost AMD Family 11h support.
[libfirm] / ir / ana / absgraph.h
index 577f7ef..7688c52 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "obst.h"
 
-typedef struct _absgraph_t {
+typedef struct absgraph_t {
        void *(*get_root)(void *self);
        void (*grow_succs)(void *self, void *node, struct obstack *obst);
        void *(*get_end)(void *self);