[all-commits] [llvm/llvm-project] edb05d: [llvm] Inline getAssociatedFunction() in LLVM_DEBUG.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Sat Jul 24 02:51:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edb05d555e6a121fc853fbb000b73570af0ea197
https://github.com/llvm/llvm-project/commit/edb05d555e6a121fc853fbb000b73570af0ea197
Author: Alexander Belyaev <pifon at google.com>
Date: 2021-07-24 (Sat, 24 Jul 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
Log Message:
-----------
[llvm] Inline getAssociatedFunction() in LLVM_DEBUG.
Function* F is used only inside LLVM_DEBUG, so that it causes unused
variable warning.
More information about the All-commits
mailing list