[llvm-commits] [PATCH 07/20] [AVX] Unique BitInit
David A. Greene
greened at obbligato.org
Tue Jul 19 14:47:22 PDT 2011
greened at obbligato.org (David A. Greene) writes:
> David Blaikie <dblaikie at gmail.com> writes:
>
> It pollutes the namespace for the source file, just the same way a
> global "static" does. But in any case, I'll move it out as requested.
Urk. Forgot about the other reason it has to be function-scope: it
needs access to the private constructor. :)
-Dave
More information about the llvm-commits
mailing list