Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
0ac0b440
Commit
0ac0b440
authored
Dec 16, 2012
by
Christoph Mallon
Browse files
becopyilp: Do not advertise the switch to dump the solution, because this is not implemented.
parent
3b6c9198
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/becopyilp.c
View file @
0ac0b440
...
...
@@ -29,16 +29,14 @@
#include
"lc_opts_enum.h"
#define DUMP_ILP 1
#define DUMP_SOL 2
static
int
time_limit
=
60
;
static
int
solve_log
=
0
;
static
unsigned
dump_flags
=
0
;
static
const
lc_opt_enum_mask_items_t
dump_items
[]
=
{
{
"ilp"
,
DUMP_ILP
},
{
"sol"
,
DUMP_SOL
},
{
NULL
,
0
}
{
"ilp"
,
DUMP_ILP
},
{
NULL
,
0
}
};
static
lc_opt_enum_mask_var_t
dump_var
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment