[all-commits] [llvm/llvm-project] 78b0ec: Avoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_...
jpark37 via All-commits
all-commits at lists.llvm.org
Tue Dec 1 14:43:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78b0ec3d1c5cc198093bb03ecb86bca25fe570ca
https://github.com/llvm/llvm-project/commit/78b0ec3d1c5cc198093bb03ecb86bca25fe570ca
Author: James Park <jpark37 at gmail.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/User.h
M llvm/include/llvm/Support/Compiler.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Log Message:
-----------
Avoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_INLINE
Fix MSVC warning when __forceinline is paired with inline.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D85264
More information about the All-commits
mailing list