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
dca5f038
Commit
dca5f038
authored
Dec 17, 2008
by
Michael Beck
Browse files
- removed useless end -> node dependency
[r24754]
parent
f3955636
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/arm/arm_transform.c
View file @
dca5f038
...
...
@@ -1508,8 +1508,6 @@ static inline ir_node *create_const(ir_node **place,
res
=
func
(
NULL
,
block
);
arch_set_irn_register
(
res
,
reg
);
*
place
=
res
;
add_irn_dep
(
get_irg_end
(
env_cg
->
irg
),
res
);
return
res
;
}
...
...
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