moved firmext code into the backend dir
[libfirm] / ir / be / grgen / simd / create_pattern.h
1 /*************************************************************************
2 * Program:  create_pattern.c
3 * Function: Extracts nodes to be dumped as search pattern out of the
4 *                       the initial pattern
5 * Author:   Andreas Schoesser
6 * Date:     2006-12-07
7 *************************************************************************/
8
9 #ifndef CREATE_PATTERN_H
10 #define CREATE_PATTERN_H
11
12 void ext_grs_create_pattern();
13
14 #endif