Skip to content

Commit

Permalink
Simplify fgMorphMultiregStructArg (#68853)
Browse files Browse the repository at this point in the history
* Remove invalid code from "fgMorphMultiregStructArg"

In an "OBJ(ADDR(LCL_VAR))" construction, it is legal for the "OBJ" to not match "LCL_VAR",
exactly, and the code in multi-reg argument morphing already handles this correctly.

So, just remove the asserts and the second-guessing of the "type" array.
  • Loading branch information
SingleAccretion authored May 12, 2022
1 parent ff9040a commit 7bc32bd
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 361 deletions.
Loading

0 comments on commit 7bc32bd

Please sign in to comment.