[all-commits] [llvm/llvm-project] ea6eb8: [AVR][NFC] Use Register instead of unsigned
Tsung-Chun Lin via All-commits
all-commits at lists.llvm.org
Wed Mar 4 19:34:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea6eb813c7cb06311c48706bc82ee103c9a52182
https://github.com/llvm/llvm-project/commit/ea6eb813c7cb06311c48706bc82ee103c9a52182
Author: Jim Lin <tclin914 at gmail.com>
Date: 2020-03-05 (Thu, 05 Mar 2020)
Changed paths:
M llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp
M llvm/lib/Target/AVR/AVRFrameLowering.cpp
M llvm/lib/Target/AVR/AVRISelDAGToDAG.cpp
M llvm/lib/Target/AVR/AVRISelLowering.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRRegisterInfo.cpp
M llvm/lib/Target/AVR/AVRRegisterInfo.h
Log Message:
-----------
[AVR][NFC] Use Register instead of unsigned
Summary: Use Register type for variables instead of unsigned type.
Reviewers: dylanmckay
Reviewed By: dylanmckay
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75595
More information about the All-commits
mailing list