[PATCH] D85264: Avoid redundant inline with LLVM_ATTRIBUTE_ALWAYS_INLINE

James Park via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 19:29:28 PDT 2020


jpark37 added a comment.

Verified __attribute__((always_inline)) should be paired with inline. I think this should work.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85264/new/

https://reviews.llvm.org/D85264



More information about the llvm-commits mailing list