fix wrong usage of notify_edge for add_End_keepalive, add_Sync_pred and nodes with...
[libfirm] / ir / opt / condeval.h
1 #ifndef FIRM_COND_EVAL_H
2 #define FIRM_COND_EVAL_H
3
4 #include "irgraph.h"
5
6 void opt_cond_eval(ir_graph* irg);
7
8 #endif /* FIRM_COND_EVAL_H */