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
e540d91d
Commit
e540d91d
authored
Aug 23, 2007
by
Michael Beck
Browse files
typo fixed
[r15589]
parent
9bd94ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/reassoc.c
View file @
e540d91d
...
...
@@ -674,7 +674,7 @@ transform:
* we implement the second here
*/
ma
=
get_irn_mode
(
a
);
mb
=
get_irn_mode
(
a
);
mb
=
get_irn_mode
(
b
);
if
(
ma
!=
mb
&&
mode_is_int
(
ma
)
&&
mode_is_int
(
mb
))
return
0
;
...
...
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