moved firmext code into the backend dir
[libfirm] / ir / be / grgen / simd / generated / pattern_importer.c
1 /*************************************************************************
2 * Program:  pattern_importer.c
3 * Function: Includes all the generated patterns. This wrapper can turn off
4 *                       the includation of generated patterns in case the gerenation went
5 *                       wrong.
6 * Author:   Andreas Schoesser
7 * Date:     2007-01-09
8 *************************************************************************/
9
10 #include "../simd_presets.h"
11
12
13 // Only include the patterns of the INCLUDE_GENERATED_PATTERNS macro
14 // is set in simd_presets.h. Can be turned off in case gen_patterns.c
15 // contains errors
16
17 #ifdef INCLUDE_GENERATED_PATTERNS
18   #include "firm.h"
19   #include "../firm_node_ext.h"
20   #include "gen_patterns.c"
21 #endif