llvm-project/llvm/lib/Target/MSP430/MCTargetDesc
Joe Loser 5e96cea1db [llvm] Use std::size instead of llvm::array_lengthof
LLVM contains a helpful function for getting the size of a C-style
array: `llvm::array_lengthof`. This is useful prior to C++17, but not as
helpful for C++17 or later: `std::size` already has support for C-style
arrays.

Change call sites to use `std::size` instead.

Differential Revision: https://reviews.llvm.org/D133429
2022-09-08 09:01:53 -06:00
..
CMakeLists.txt
MSP430AsmBackend.cpp [llvm] Use std::size instead of llvm::array_lengthof 2022-09-08 09:01:53 -06:00
MSP430ELFObjectWriter.cpp [llvm] Use = default (NFC) 2022-02-06 22:18:35 -08:00
MSP430ELFStreamer.cpp [MC] De-capitalize SwitchSection. NFC 2022-06-10 22:50:55 -07:00
MSP430FixupKinds.h
MSP430InstPrinter.cpp
MSP430InstPrinter.h
MSP430MCAsmInfo.cpp
MSP430MCAsmInfo.h
MSP430MCCodeEmitter.cpp [NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter` 2022-02-16 13:10:09 +08:00
MSP430MCTargetDesc.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
MSP430MCTargetDesc.h [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00