Refactoring changed paramHasAttr(1 + i) to paramHasAttr(0), fix that to
paramHasAttr(i).
Add more tests to WebAssemblyOptimizeReturned that catch that
regression.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5596 Build 5596: arc lint + arc unit
Event Timeline
Comment Actions
Oops. I think I confused 'sret' and 'returned' and figured it could only appear on the first argument.
Comment Actions
no worries, I'm always happy for more opportunities to improve our regression tests :D