[all-commits] [llvm/llvm-project] 3c83b9: LiveRegUnits.h - reduce MachineRegisterInfo.h incl...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Sep 8 09:27:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c83b967cf223ce6a2e0813e48b64f7689512f20
https://github.com/llvm/llvm-project/commit/3c83b967cf223ce6a2e0813e48b64f7689512f20
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-08 (Tue, 08 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/LiveRegUnits.h
M llvm/include/llvm/CodeGen/MachineOutliner.h
M llvm/lib/CodeGen/LiveRegUnits.cpp
M llvm/lib/CodeGen/MachineOutliner.cpp
Log Message:
-----------
LiveRegUnits.h - reduce MachineRegisterInfo.h include. NFC.
We only need to include MachineInstrBundle.h, but exposes an implicit dependency in MachineOutliner.h.
Also, remove duplicate includes from LiveRegUnits.cpp + MachineOutliner.cpp.
More information about the All-commits
mailing list