used bitset_pos_t type to suppress warnings
[libfirm] / ir / opt / ldst2.h
1 #ifndef LDST2_H
2 #define LDST2_H
3
4 #include "firm_types.h"
5
6 void opt_ldst2(ir_graph *irg);
7
8 #endif