[PATCH] D12087: always_inline codegen rewrite

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 17:16:50 PDT 2015


eugenis added inline comments.

================
Comment at: lib/CodeGen/CodeGenModule.h:505
@@ +504,3 @@
+
+  llvm::SmallVector<llvm::Function*, 8> AlwaysInlineFunctions;
+
----------------
Right. Sorry I missed the comment.
I've switched this to a vector.


Repository:
  rL LLVM

http://reviews.llvm.org/D12087





More information about the cfe-commits mailing list