llvm-project
c503758a - [CodeGen] Use std::pair<MCRegister, Register> to match return from MRI.liveins(). NFC

Commit
1 year ago
[CodeGen] Use std::pair<MCRegister, Register> to match return from MRI.liveins(). NFC MachineRegisterInfo::liveins returns std::pair<MCRegister, Register>. Don't convert to std::pair<unsigned, unsigned>.
Author
Committer
Parents
Loading