[PATCH] D11856: LowerBitSets: Extend pass to support functions as bitset members.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 12:21:24 PDT 2015


kcc accepted this revision.
kcc added a comment.

LGTM

I am out of useful comments (except one minor one below)


================
Comment at: lib/Transforms/IPO/LowerBitSets.cpp:656
@@ +655,3 @@
+
+const unsigned kX86JumpTableEntrySize = 8;
+
----------------
static, please (or anon namespace, or a class member )


http://reviews.llvm.org/D11856





More information about the llvm-commits mailing list