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
7f6be08b
Commit
7f6be08b
authored
Mar 18, 2010
by
Jonas Fietz
Browse files
fix warning about unused variable
[r27317]
parent
cbe8608a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/vrp.c
View file @
7f6be08b
...
...
@@ -230,7 +230,6 @@ static int vrp_update_node(ir_node *node)
}
case
iro_Eor
:
{
tarval
*
bits_set
,
*
bits_not_set
;
vrp_attr
*
vrp_left
,
*
vrp_right
;
vrp_left
=
get_vrp_attr
(
get_Eor_left
(
node
));
...
...
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