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
1097189d
Commit
1097189d
authored
Dec 12, 2006
by
Christian Würdig
Browse files
added space
parent
482b6187
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/beuses.c
View file @
1097189d
...
...
@@ -178,7 +178,7 @@ static be_next_use_t get_next_use(be_uses_t *env, ir_node *from,
* Spills/Reloads are a special case, they're not really a
* usage of a value, continue searching
*/
if
(
be_is_Spill
(
node
)
||
be_is_Reload
(
node
))
{
if
(
be_is_Spill
(
node
)
||
be_is_Reload
(
node
))
{
return
be_get_next_use
(
env
,
node
,
step
,
node
,
1
);
}
...
...
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