Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
c039b57a
Commit
c039b57a
authored
Mar 28, 2016
by
Christoph Mallon
Browse files
be: Consider 'width' in 'reg_reqs_equal()'.
parent
8129d13c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bearch.h
View file @
c039b57a
...
...
@@ -239,6 +239,7 @@ static inline bool reg_reqs_equal(const arch_register_req_t *req1,
if
(
req1
->
cls
!=
req2
->
cls
||
req1
->
should_be_same
!=
req2
->
should_be_same
||
req1
->
must_be_different
!=
req2
->
must_be_different
||
req1
->
width
!=
req2
->
width
||
req1
->
ignore
!=
req2
->
ignore
||
req1
->
kills_value
!=
req2
->
kills_value
||
(
req1
->
limited
!=
NULL
)
!=
(
req2
->
limited
!=
NULL
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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