-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix target definitions. They were used in asserts only, no changes. * Fix failures after a recent HW changes. * Add a const getter for `ReturnTypeDesc` from a call. Used to make some new methods const as well. * Refactor `HasMultiRegRetVal` and `impFixupCallStructReturn`. Delete an unnecessary nested condition and make checks more straightforward. * Delete an extra `.` in some dumps. * Add an additional check that `ReturnTypeDesc` is initialized. * Remove old `const_cast` around `GetReturnTypeDesc`. * Replace non-const `GetReturnTypeDesc` with other methods. * Fix uninitialized `gtSpillFlags, gtOtherRegs, gtReturnTypeDesc` in `fgMorphIntoHelperCall`.
- Loading branch information
Sergey Andreenko
authored
May 15, 2020
1 parent
85777ee
commit f758569
Showing
15 changed files
with
204 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.