[all-commits] [llvm/llvm-project] 2cfb02: [CodeGen][NFC] Add a helper function that returns ...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Mon Jun 15 15:59:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2cfb027369e6e297c2dee70e56ec384afe883ec3
https://github.com/llvm/llvm-project/commit/2cfb027369e6e297c2dee70e56ec384afe883ec3
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M clang/lib/CodeGen/CGNonTrivialStruct.cpp
Log Message:
-----------
[CodeGen][NFC] Add a helper function that returns the addresses of
parameters of non-trivial C struct special functions
This removes the need to pass std::array of Addresses to getFunction,
which were overwritten in the function.
More information about the All-commits
mailing list