[llvm-commits] [llvm] r73712 - /llvm/trunk/lib/VMCore/Type.cpp

Duncan Sands baldrick at free.fr
Fri Jun 19 01:49:01 PDT 2009


Hi Owen,

> +// NOTE: The false template parameter means this will no-op when we're not in
> +// multithreaded mode.
> +static ManagedStatic<sys::SmartMutex<true> > AbstractTypeUsersLock;

the template parameter seems to be "true" rather than "false",
in disagreement with the comment.

Ciao,

Duncan.



More information about the llvm-commits mailing list