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
8c8f929e
Commit
8c8f929e
authored
Apr 07, 2008
by
Michael Beck
Browse files
fixed unsaved checkin ...
[r19164]
parent
9711085f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/scalar_replace.c
View file @
8c8f929e
...
...
@@ -604,7 +604,7 @@ static void do_scalar_replacements(pset *sels, int nvals, ir_mode **modes) {
*
* @param irg The current ir graph.
*/
void
scalar_replacement_opt
(
ir_graph
*
irg
)
{
int
scalar_replacement_opt
(
ir_graph
*
irg
)
{
unsigned
nvals
;
int
i
;
scalars_t
key
,
*
value
;
...
...
@@ -685,7 +685,7 @@ void scalar_replacement_opt(ir_graph *irg) {
set_irg_outs_inconsistent
(
irg
);
set_irg_loopinfo_inconsistent
(
irg
);
res
=
1
res
=
1
;
}
del_pset
(
sels
);
del_set
(
set_ent
);
...
...
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