X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSystem%2FThreading.cpp;h=466c46802647ce1684fd3cc09d0cdaab8688985c;hb=e5f77cda25169fcbadc32f0f0b3da2e00ba86b7c;hp=c6a8214eb59edf15c5ffeee1f68c06f3d97bcca7;hpb=c880815c40dc5d5e0e6a9dbfe961ca645e7222bd;p=oota-llvm.git diff --git a/lib/System/Threading.cpp b/lib/System/Threading.cpp index c6a8214eb59..466c4680264 100644 --- a/lib/System/Threading.cpp +++ b/lib/System/Threading.cpp @@ -16,6 +16,7 @@ #include "llvm/System/Mutex.h" #include "llvm/Config/config.h" #include + using namespace llvm; static bool multithreaded_mode = false;