beloopana: Remove duplicate comments.
[libfirm] / ir / opt / reassoc_t.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @author Michael Beck
9  * @brief  Reassociation optimization.
10  */
11 #ifndef REASSOC_T_H
12 #define REASSOC_T_H
13
14 void ir_register_reassoc_node_ops(void);
15
16 #endif