normalized various syntactic constructs for firm jni.
[libfirm] / ir / ir / irgopt.h
index d18b555..b34ecae 100644 (file)
@@ -59,7 +59,6 @@ void remove_bad_predecessors(ir_graph *irg);
    combination as control flow operation. */
 void inline_method(ir_node *call, ir_graph *called_graph);
 
-
 /* Inlines all small methods at call sites where the called address comes
    from a Const node that references the entity representing the called
    method.
@@ -100,5 +99,4 @@ void place_code(ir_graph *irg);
 /********************************************************************/
 void optimize_cf(ir_graph *irg);
 
-
 # endif /* _IRGOPT_H_ */