[PATCH] D12385: Generating Assumption loads fix
Piotr Padlewski via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 16:33:07 PDT 2015
Prazek marked 2 inline comments as done.
================
Comment at: lib/CodeGen/CGClass.cpp:1861
@@ +1860,3 @@
+ // We also have to make sure if we can refer to vtable:
+ // - If vtable is external then it's safe to use it (for availabe_externally
+ // CGVTables will make sure if it can emit it).
----------------
rsmith wrote:
> Typo "availabe"
lol, I should start to grep availab
http://reviews.llvm.org/D12385
More information about the cfe-commits
mailing list