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
ea61b46a
Commit
ea61b46a
authored
Jun 26, 2014
by
Matthias Braun
Browse files
fix Const value getting printed twice in vcg graphs
parent
04319dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irdump.c
View file @
ea61b46a
...
...
@@ -752,10 +752,6 @@ static void dump_node_nodeattr(FILE *F, const ir_node *n)
}
switch
(
get_irn_opcode
(
n
))
{
case
iro_Const
:
ir_fprintf
(
F
,
"%T "
,
get_Const_tarval
(
n
));
break
;
case
iro_Proj
:
{
ir_node
*
pred
=
get_Proj_pred
(
n
);
long
proj_nr
=
get_Proj_proj
(
n
);
...
...
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