[llvm-commits] [PATCH 07/20] [AVX] Unique BitInit

David Blaikie dblaikie at gmail.com
Tue Jul 19 14:51:11 PDT 2011


> Urk.  Forgot about the other reason it has to be function-scope: it
> needs access to the private constructor.  :)

Oh, right - well then they could be private class statics if you
wanted to avoid the lazy init.

- David




More information about the llvm-commits mailing list