Unverified Commit 17139f38 authored by Florian Hahn's avatar Florian Hahn
Browse files

[LAA] Check HasSameSize before couldPreventStoreLoadForward.

After 96452676, TypeByteSize is 0 if both access do not have the same
size (i.e. HasSameSize will be false). This can cause an infinite loop
in couldPreventStoreLoadForward, if HasSameSize is not checked first.

So check HasSameSize first instead of after
couldPreventStoreLoadForward. Checking HasSameSize first is also
cheaper.
parent 0e86d3ea
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment