[all-commits] [llvm/llvm-project] 9fa15e: [CodeGen] Remove an unused MakeAddrLValue() overlo...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Dec 16 02:49:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fa15e0073b97dc2aa3482f297c13cb9509238e4
https://github.com/llvm/llvm-project/commit/9fa15e0073b97dc2aa3482f297c13cb9509238e4
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
[CodeGen] Remove an unused MakeAddrLValue() overload (NFC)
This is unused and we should prefer the overloads accepting Address.
More information about the All-commits
mailing list