[all-commits] [llvm/llvm-project] 9aa0ee: [NFC][AMDGPU] Make method declarations in SIInstrI...
tsymalla-AMD via All-commits
all-commits at lists.llvm.org
Fri Dec 30 10:18:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9aa0ee36fe73d8fd29c848f5ecd63422618849ec
https://github.com/llvm/llvm-project/commit/9aa0ee36fe73d8fd29c848f5ecd63422618849ec
Author: Thomas Symalla <thomas.symalla at amd.com>
Date: 2022-12-30 (Fri, 30 Dec 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
[NFC][AMDGPU] Make method declarations in SIInstrInfo equivalent to their definitions.
Some functions from SIInstrInfo have their operands named different in
their declarations vs. their defs. This was caught by cppcheck.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D140778
More information about the All-commits
mailing list