[all-commits] [llvm/llvm-project] c40902: [AMDGPU] Use llvm::endianness::little (NFC)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Oct 12 21:02:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c40902c41c007ae42ab9a1e80008d81ec4eec24f
https://github.com/llvm/llvm-project/commit/c40902c41c007ae42ab9a1e80008d81ec4eec24f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
Log Message:
-----------
[AMDGPU] Use llvm::endianness::little (NFC)
Note that llvm::support::endianness has been renamed to
llvm::endianness. This patch replaces support::endianness::little
with llvm::endianness::little.
More information about the All-commits
mailing list