[all-commits] [llvm/llvm-project] 093e94: [BitcodeReader] Change order of assignValue() argu...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 15 01:11:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 093e9489d59eb2204bf86e4deb788abb2a27533b
https://github.com/llvm/llvm-project/commit/093e9489d59eb2204bf86e4deb788abb2a27533b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Reader/ValueList.cpp
M llvm/lib/Bitcode/Reader/ValueList.h
Log Message:
-----------
[BitcodeReader] Change order of assignValue() arguments (NFC)
Other methods in ValueList generally pass Idx first, and it is
more convention for assignment methods to have the target on the
LHS rather than RHS.
More information about the All-commits
mailing list