[llvm] [MC] Make MCRegisterInfo::getLLVMRegNum return std::optional<MCRegister>. NFC (PR #107776)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 8 15:59:56 PDT 2024
================
@@ -422,7 +422,7 @@ class MCRegisterInfo {
/// Map a dwarf register back to a target register. Returns std::nullopt is
----------------
boomanaiden154 wrote:
While you're at it, maybe `s/is/if` at the end of the line?
https://github.com/llvm/llvm-project/pull/107776
More information about the llvm-commits
mailing list