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
afd6d427
Commit
afd6d427
authored
Mar 21, 2016
by
Christoph Mallon
Browse files
be: Consider 'kills_value' in 'reg_reqs_equal()'.
parent
ac50d904
Changes
1
Show whitespace changes
Inline
Side-by-side
ir/be/bearch.h
View file @
afd6d427
...
@@ -240,6 +240,7 @@ static inline bool reg_reqs_equal(const arch_register_req_t *req1,
...
@@ -240,6 +240,7 @@ static inline bool reg_reqs_equal(const arch_register_req_t *req1,
req1
->
should_be_same
!=
req2
->
should_be_same
||
req1
->
should_be_same
!=
req2
->
should_be_same
||
req1
->
must_be_different
!=
req2
->
must_be_different
||
req1
->
must_be_different
!=
req2
->
must_be_different
||
req1
->
ignore
!=
req2
->
ignore
||
req1
->
ignore
!=
req2
->
ignore
||
req1
->
kills_value
!=
req2
->
kills_value
||
(
req1
->
limited
!=
NULL
)
!=
(
req2
->
limited
!=
NULL
))
(
req1
->
limited
!=
NULL
)
!=
(
req2
->
limited
!=
NULL
))
return
false
;
return
false
;
...
...
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