- BugFix: kill partitions with 0 blocks either
[libfirm] / ir / opt / scalar_replace.h
index 437ef74..0e256f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -36,4 +36,6 @@
  */
 int is_address_taken(ir_node *sel);
 
+void firm_init_scalar_replace(void);
+
 #endif /* FIRM_OPT_SCALAR_REPLACE_H */