becopyheur2: Cache the admissible registers eagerly.
[libfirm] / ir / ir / irargs_t.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @brief   irargs private declarations
9  */
10 #ifndef FIRM_IR_IRARGS_H
11 #define FIRM_IR_IRARGS_H
12
13 #include "lc_printf.h"
14
15 /**
16  * Get the firm printf arg environment.
17  * @return The environment.
18  */
19 lc_arg_env_t *firm_get_arg_env(void);
20
21 #endif