becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / lower / lower_builtins.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   Lowering of builtins to compiler-lib calls
9  * @author  Matthias Braun
10  */
11 #ifndef FIRM_LOWER_BUILTINS_H
12 #define FIRM_LOWER_BUILTINS_H
13
14 #include "firm_types.h"
15 #include <stddef.h>
16
17 void lower_builtins(size_t n_exceptions, ir_builtin_kind *exceptions);
18
19 #endif