helper functions for doing custom abi construction in codeselection phase
[libfirm] / ir / ir / pseudo_irg.c
index 597c0b7..a824fb2 100644 (file)
@@ -60,8 +60,7 @@ void add_irp_pseudo_irg(ir_graph *irg)
  *  The pseudo representation can only be used for analyses.  It may not be
  *  optimized.  Pseudo graphs are kept in a separate graph list in irprog.
  */
-ir_graph *
-new_pseudo_ir_graph(ir_entity *ent, int n_loc)
+ir_graph *new_pseudo_ir_graph(ir_entity *ent, int n_loc)
 {
        ir_graph *res = new_r_ir_graph(ent, n_loc);
        add_irp_pseudo_irg(res);          /* remember this graph global. */