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
1a1b609d
Commit
1a1b609d
authored
Jan 20, 2009
by
Matthias Braun
Browse files
fix warnings
[r25292]
parent
ebcce0df
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/opt/combo.c
View file @
1a1b609d
...
...
@@ -328,7 +328,7 @@ static void check_opcode(const partition_t *Z) {
assert
(
key
.
mode
==
get_Load_mode
(
irn
));
break
;
case
iro_Builtin
:
assert
(
key
.
u
.
intVal
==
get_Builtin_kind
(
irn
));
assert
(
key
.
u
.
intVal
==
(
int
)
get_Builtin_kind
(
irn
));
break
;
default:
break
;
...
...
ir/opt/ldst2.c
View file @
1a1b609d
...
...
@@ -541,6 +541,7 @@ static void Detotalise(ir_graph* irg)
#endif
#if 0
static void AddSyncPreds(ir_nodeset_t* preds, ir_node* sync)
{
size_t n = get_Sync_n_preds(sync);
...
...
@@ -556,7 +557,6 @@ static void AddSyncPreds(ir_nodeset_t* preds, ir_node* sync)
}
}
#if 0
static void NormaliseSync(ir_node* node, void* env)
{
ir_nodeset_t preds;
...
...
Write
Preview
Markdown
is supported
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