Landed as r192220, thanks for the review!
================
Comment at: lib/AST/VTableBuilder.cpp:2255
@@ +2254,3 @@
+struct VTableThunksComparator {
+ bool operator()(const VTableLayout::VTableThunkTy &LHS,
+ const VTableLayout::VTableThunkTy &RHS) {
----------------
Reid Kleckner wrote:
> Just use a function for this, no need for a class.
Per a discussion via chat: this might be worse performance-wise.
http://llvm-reviews.chandlerc.com/D1787
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits