Uncommented missing function
[libfirm] / ir / be / belive.h
index 754847b..0b100f9 100644 (file)
@@ -38,4 +38,5 @@ int (is_live_in)(const ir_node *block, const ir_node *irn);
  */
 int (is_live_out)(const ir_node *block, const ir_node *irn);
 
+
 #endif