bearch: Remove unnecessary indirection to access arch_no_register_req.
[libfirm] / ir / ana / absgraph.h
index 577f7ef..7f8dcc6 100644 (file)
@@ -21,7 +21,6 @@
  * @file    absgraph.h
  * @author  Sebastian Hack
  * @date    20.04.2007
- * @version $Id$
  * @brief
  *
  * An abstract graph "interface". Currently
@@ -35,7 +34,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);