llvm-project
c48aa546 - [LV][NFC] Remove undef from function return values (#163578)

Commit
192 days ago
[LV][NFC] Remove undef from function return values (#163578) Split off from PR #163525, this standalone patch replaces `ret * undef` returns with `ret void` in order to reduce the likelihood of contributors hitting the `undef deprecator` warning in github.
Author
Parents
Loading