Add an explicit initialization to work around what appears to be a valgrind
[oota-llvm.git] / lib / System / Threading.cpp
index c6a8214eb59edf15c5ffeee1f68c06f3d97bcca7..466c46802647ce1684fd3cc09d0cdaab8688985c 100644 (file)
@@ -16,6 +16,7 @@
 #include "llvm/System/Mutex.h"
 #include "llvm/Config/config.h"
 #include <cassert>
+
 using namespace llvm;
 
 static bool multithreaded_mode = false;