[all-commits] [llvm/llvm-project] 35d625: Add default value for MachineInstr::modifiesRegist...
Momchil Velikov via All-commits
all-commits at lists.llvm.org
Thu Nov 5 10:51:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 35d625125465a753733942b44863cb1bd11338dd
https://github.com/llvm/llvm-project/commit/35d625125465a753733942b44863cb1bd11338dd
Author: Momchil Velikov <momchil.velikov at arm.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineInstr.h
Log Message:
-----------
Add default value for MachineInstr::modifiesRegister. NFC.
Looks accidentally omitted, it's present on `readsRegister`,
`definesRegister` and few others.
Differential Revision: https://reviews.llvm.org/D89625
More information about the All-commits
mailing list