OSDN Git Service

LivePhysRegs: Rework constructor + documentation; NFC
authorMatthias Braun <matze@braunis.de>
Fri, 26 May 2017 21:51:00 +0000 (21:51 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 26 May 2017 21:51:00 +0000 (21:51 +0000)
commit5e26a026846c8c2f6b23dae81d222591ed8cf3f7
tree953eede93216b8ffb478f129e1b5c262176dabc9
parent4902354d7a5d799c05c2de74cd83821e74dc7add
LivePhysRegs: Rework constructor + documentation; NFC

- Take reference instead of pointer to a TRI that cannot be nullptr.
- Improve documentation comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304038 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LivePhysRegs.h
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/PowerPC/PPCExpandISEL.cpp
lib/Target/SystemZ/SystemZExpandPseudo.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86InstrInfo.cpp